aid_map 469 net/mac80211/mesh_plink.c unsigned long *aid_map; aid_map 472 net/mac80211/mesh_plink.c aid_map = kcalloc(BITS_TO_LONGS(IEEE80211_MAX_AID + 1), aid_map 473 net/mac80211/mesh_plink.c sizeof(*aid_map), GFP_KERNEL); aid_map 474 net/mac80211/mesh_plink.c if (!aid_map) aid_map 478 net/mac80211/mesh_plink.c __set_bit(0, aid_map); aid_map 482 net/mac80211/mesh_plink.c __set_bit(sta->sta.aid, aid_map); aid_map 485 net/mac80211/mesh_plink.c aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); aid_map 486 net/mac80211/mesh_plink.c kfree(aid_map);