Home
last modified time | relevance | path

Searched refs:noa_desc (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dchan.c741 struct ieee80211_p2p_noa_desc *noa_desc; in rtw89_mcc_fill_role_limit() local
759 noa_desc = &bss_conf->p2p_noa_attr.desc[i]; in rtw89_mcc_fill_role_limit()
760 if (noa_desc->count == 255) in rtw89_mcc_fill_role_limit()
768 start_time = le32_to_cpu(noa_desc->start_time); in rtw89_mcc_fill_role_limit()
769 interval = le32_to_cpu(noa_desc->interval); in rtw89_mcc_fill_role_limit()
770 duration = le32_to_cpu(noa_desc->duration); in rtw89_mcc_fill_role_limit()
2005 struct ieee80211_p2p_noa_desc noa_desc = {}; in rtw89_mcc_handle_beacon_noa() local
2036 noa_desc.start_time = cpu_to_le32(start_time); in rtw89_mcc_handle_beacon_noa()
2037 noa_desc.interval = cpu_to_le32(ieee80211_tu_to_usec(interval)); in rtw89_mcc_handle_beacon_noa()
2039 noa_desc.count = 255; in rtw89_mcc_handle_beacon_noa()
[all …]
H A Dps.c369 ie->noa_desc[setter->noa_count++] = *desc; in rtw89_p2p_noa_append()
382 tail = ie->noa_desc + setter->noa_count; in rtw89_p2p_noa_fetch()
H A Dcore.h3477 struct ieee80211_p2p_noa_desc noa_desc[RTW89_P2P_MAX_NOA_NUM]; member
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1509 int noa_len, noa_desc, i = 0; in ath9k_beacon_add_noa() local
1515 noa_desc = !!avp->offchannel_duration + !!avp->noa_duration; in ath9k_beacon_add_noa()
1516 noa_len = 2 + sizeof(struct ieee80211_p2p_noa_desc) * noa_desc; in ath9k_beacon_add_noa()