Searched refs:IEEE80211_MAX_AID (Results 1 – 6 of 6) sorted by relevance
/linux/net/mac80211/ |
A D | mesh_plink.c | 478 aid_map = kcalloc(BITS_TO_LONGS(IEEE80211_MAX_AID + 1), in mesh_allocate_aid() 491 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); in mesh_allocate_aid() 494 if (aid > IEEE80211_MAX_AID) in mesh_allocate_aid()
|
A D | ieee80211_i.h | 286 u8 tim[sizeof(unsigned long) * BITS_TO_LONGS(IEEE80211_MAX_AID + 1)]
|
A D | mlme.c | 3332 if (aid == 0 || aid > IEEE80211_MAX_AID) { in ieee80211_assoc_success()
|
A D | tx.c | 4718 IEEE80211_MAX_AID+1); in __ieee80211_beacon_add_tim()
|
/linux/include/linux/ |
A D | ieee80211.h | 213 #define IEEE80211_MAX_AID 2007 macro
|
/linux/net/wireless/ |
A D | nl80211.c | 504 NLA_POLICY_RANGE(NLA_U16, 1, IEEE80211_MAX_AID), 593 NLA_POLICY_RANGE(NLA_U16, 1, IEEE80211_MAX_AID), 657 NLA_POLICY_RANGE(NLA_U16, 1, IEEE80211_MAX_AID),
|
Completed in 68 milliseconds