Searched refs:noa_desc (Results 1 – 4 of 4) sorted by relevance
741 struct ieee80211_p2p_noa_desc *noa_desc; in rtw89_mcc_fill_role_limit() local759 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() local2036 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 …]
369 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()
3477 struct ieee80211_p2p_noa_desc noa_desc[RTW89_P2P_MAX_NOA_NUM]; member
1509 int noa_len, noa_desc, i = 0; in ath9k_beacon_add_noa() local1515 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()