Lines Matching refs:aid
272 put_unaligned_le16(sta->sta.aid, pos); in mesh_plink_frame_tx()
470 int aid; in mesh_allocate_aid() local
482 __set_bit(sta->sta.aid, aid_map); 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()
491 return aid; in mesh_allocate_aid()
498 int aid; in __mesh_sta_info_alloc() local
503 aid = mesh_allocate_aid(sdata); in __mesh_sta_info_alloc()
504 if (aid < 0) in __mesh_sta_info_alloc()
513 sta->sta.aid = aid; in __mesh_sta_info_alloc()
1181 sta->mesh->aid = get_unaligned_le16(PLINK_CNF_AID(mgmt)); in mesh_process_plink_frame()