Lines Matching refs:aid
275 put_unaligned_le16(sta->sta.aid, pos); in mesh_plink_frame_tx()
478 int aid; in mesh_allocate_aid() local
489 __set_bit(sta->sta.aid, aid_map); in mesh_allocate_aid()
492 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); in mesh_allocate_aid()
495 if (aid > IEEE80211_MAX_AID) in mesh_allocate_aid()
498 return aid; in mesh_allocate_aid()
505 int aid; in __mesh_sta_info_alloc() local
510 aid = mesh_allocate_aid(sdata); in __mesh_sta_info_alloc()
511 if (aid < 0) in __mesh_sta_info_alloc()
520 sta->sta.aid = aid; in __mesh_sta_info_alloc()
1188 sta->mesh->aid = get_unaligned_le16(PLINK_CNF_AID(mgmt)); in mesh_process_plink_frame()