Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dchan.c568 struct ieee80211_p2p_noa_desc *noa_desc; in rtw89_mcc_fill_role_limit() local
581 noa_desc = &vif->bss_conf.p2p_noa_attr.desc[i]; in rtw89_mcc_fill_role_limit()
582 if (noa_desc->count == 255) in rtw89_mcc_fill_role_limit()
589 start_time = le32_to_cpu(noa_desc->start_time); in rtw89_mcc_fill_role_limit()
590 interval = le32_to_cpu(noa_desc->interval); in rtw89_mcc_fill_role_limit()
591 duration = le32_to_cpu(noa_desc->duration); in rtw89_mcc_fill_role_limit()
1813 struct ieee80211_p2p_noa_desc noa_desc = {}; in rtw89_mcc_handle_beacon_noa() local
1844 noa_desc.start_time = cpu_to_le32(start_time); in rtw89_mcc_handle_beacon_noa()
1845 noa_desc.interval = cpu_to_le32(ieee80211_tu_to_usec(interval)); in rtw89_mcc_handle_beacon_noa()
1846 noa_desc.duration = cpu_to_le32(ieee80211_tu_to_usec(duration)); in rtw89_mcc_handle_beacon_noa()
[all …]
H A Dps.c338 ie->noa_desc[setter->noa_count++] = *desc; in rtw89_p2p_noa_append()
351 tail = ie->noa_desc + setter->noa_count; in rtw89_p2p_noa_fetch()
H A Dcore.h3454 struct ieee80211_p2p_noa_desc noa_desc[RTW89_P2P_MAX_NOA_NUM]; member
/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1514 int noa_len, noa_desc, i = 0; in ath9k_beacon_add_noa() local
1520 noa_desc = !!avp->offchannel_duration + !!avp->noa_duration; in ath9k_beacon_add_noa()
1521 noa_len = 2 + sizeof(struct ieee80211_p2p_noa_desc) * noa_desc; in ath9k_beacon_add_noa()