Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Dmesh_plink.c472 aid_map = kcalloc(BITS_TO_LONGS(IEEE80211_MAX_AID + 1), in mesh_allocate_aid()
485 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); in mesh_allocate_aid()
488 if (aid > IEEE80211_MAX_AID) in mesh_allocate_aid()
Dieee80211_i.h277 u8 tim[sizeof(unsigned long) * BITS_TO_LONGS(IEEE80211_MAX_AID + 1)]
Dtx.c4190 IEEE80211_MAX_AID+1); in __ieee80211_beacon_add_tim()
Dmlme.c3218 if (aid == 0 || aid > IEEE80211_MAX_AID) { in ieee80211_assoc_success()
/Linux-v5.4/include/linux/
Dieee80211.h150 #define IEEE80211_MAX_AID 2007 macro
/Linux-v5.4/net/wireless/
Dnl80211.c380 NLA_POLICY_RANGE(NLA_U16, 1, IEEE80211_MAX_AID),
472 NLA_POLICY_RANGE(NLA_U16, 1, IEEE80211_MAX_AID),
533 NLA_POLICY_RANGE(NLA_U16, 1, IEEE80211_MAX_AID),