Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1507 int noa_len, noa_desc, i = 0; in ath9k_beacon_add_noa() local
1513 noa_desc = !!avp->offchannel_duration + !!avp->noa_duration; in ath9k_beacon_add_noa()
1514 noa_len = 2 + sizeof(struct ieee80211_p2p_noa_desc) * noa_desc; in ath9k_beacon_add_noa()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c10231 struct ieee80211_p2p_noa_desc noa_desc = {}; in rtw89_hw_scan_update_link_beacon_noa() local
10254 noa_desc.start_time = cpu_to_le32(tsf); in rtw89_hw_scan_update_link_beacon_noa()
10256 noa_desc.interval = cpu_to_le32(ieee80211_tu_to_usec(tu)); in rtw89_hw_scan_update_link_beacon_noa()
10257 noa_desc.duration = cpu_to_le32(ieee80211_tu_to_usec(tu)); in rtw89_hw_scan_update_link_beacon_noa()
10258 noa_desc.count = 1; in rtw89_hw_scan_update_link_beacon_noa()
10260 noa_desc.duration = cpu_to_le32(ieee80211_tu_to_usec(20000)); in rtw89_hw_scan_update_link_beacon_noa()
10261 noa_desc.interval = cpu_to_le32(ieee80211_tu_to_usec(20000)); in rtw89_hw_scan_update_link_beacon_noa()
10262 noa_desc.count = 255; in rtw89_hw_scan_update_link_beacon_noa()
10267 rtw89_p2p_noa_append(rtwvif_link, &noa_desc); in rtw89_hw_scan_update_link_beacon_noa()
H A Dcoex.c9238 struct ieee80211_p2p_noa_desc *noa_desc; in rtw89_btc_ntfy_role_info() local
9297 noa_desc = &noa_attr->desc[i]; in rtw89_btc_ntfy_role_info()
9298 if (noa_desc->count != 0) { in rtw89_btc_ntfy_role_info()
9300 r.noa_duration = le32_to_cpu(noa_desc->duration); in rtw89_btc_ntfy_role_info()
H A Dcore.h4744 struct ieee80211_p2p_noa_desc noa_desc[RTW89_P2P_MAX_NOA_NUM]; member