Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dmesh_plink.c500 unsigned long *aid_map; in mesh_allocate_aid() local
503 aid_map = bitmap_zalloc(IEEE80211_MAX_AID + 1, GFP_KERNEL); in mesh_allocate_aid()
504 if (!aid_map) in mesh_allocate_aid()
508 __set_bit(0, aid_map); in mesh_allocate_aid()
512 __set_bit(sta->sta.aid, aid_map); in mesh_allocate_aid()
515 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); in mesh_allocate_aid()
516 bitmap_free(aid_map); in mesh_allocate_aid()