Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dp2p.c61 attr_len += noa_descriptors * sizeof(struct ieee80211_p2p_noa_desc); in ath10k_p2p_noa_ie_fill()
76 len += noa->num_descriptors * sizeof(struct ieee80211_p2p_noa_desc); in ath10k_p2p_noa_ie_len_compute()
/linux-4.4.14/include/linux/
Dieee80211.h1174 struct ieee80211_p2p_noa_desc { struct
1184 struct ieee80211_p2p_noa_desc desc[IEEE80211_P2P_NOA_DESC_MAX]; argument
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dchannel.c1486 noa_len = 2 + sizeof(struct ieee80211_p2p_noa_desc) * noa_desc; in ath9k_beacon_add_noa()
/linux-4.4.14/net/mac80211/
Dutil.c3098 const struct ieee80211_p2p_noa_desc *desc = &attr->desc[i]; in ieee80211_parse_p2p_noa()