Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath9k/
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()