Searched refs:IEEE80211_MAX_AID (Results 1 – 6 of 6) sorted by relevance
| /linux/net/mac80211/ |
| H A D | mesh_plink.c | 499 aid_map = bitmap_zalloc(IEEE80211_MAX_AID + 1, GFP_KERNEL); in mesh_allocate_aid() 511 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); in mesh_allocate_aid() 514 if (aid > IEEE80211_MAX_AID) in mesh_allocate_aid()
|
| H A D | ieee80211_i.h | 319 u8 tim[sizeof(unsigned long) * BITS_TO_LONGS(IEEE80211_MAX_AID + 1)]
|
| H A D | tx.c | 5016 IEEE80211_MAX_AID + 1); in __ieee80211_beacon_add_tim()
|
| H A D | mlme.c | 6598 u16 max_aid = IEEE80211_MAX_AID; in ieee80211_rx_mgmt_assoc_resp()
|
| /linux/include/linux/ |
| H A D | ieee80211.h | 209 #define IEEE80211_MAX_AID 2007 macro
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 626 NLA_POLICY_RANGE(NLA_U16, 1, IEEE80211_MAX_AID), 719 NLA_POLICY_RANGE(NLA_U16, 1, IEEE80211_MAX_AID), 784 NLA_POLICY_RANGE(NLA_U16, 1, IEEE80211_MAX_AID),
|