Home
last modified time | relevance | path

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

/linux/net/mac80211/tests/ !
H A Ds1g_tim.c187 static void fill_bitmap_inverse(unsigned long *bm, u16 max_aid, in fill_bitmap_inverse() argument
191 for (u16 aid = 1; aid <= max_aid; aid++) in fill_bitmap_inverse()
195 if (except[i] <= max_aid) in fill_bitmap_inverse()
/linux/net/mac80211/ !
H A Dmlme.c6598 u16 max_aid = IEEE80211_MAX_AID; in ieee80211_rx_mgmt_assoc_resp() local
6627 max_aid = IEEE80211_MAX_SUPPORTED_S1G_AID; in ieee80211_rx_mgmt_assoc_resp()
6699 if (aid == 0 || aid > max_aid) { in ieee80211_rx_mgmt_assoc_resp()