Lines Matching full:aid
234 2 + /* AID */ in mesh_plink_frame_tx()
279 /* AID */ in mesh_plink_frame_tx()
281 put_unaligned_le16(sta->sta.aid, pos); in mesh_plink_frame_tx()
491 int aid; in mesh_allocate_aid() local
497 /* reserve aid 0 for mcast indication */ in mesh_allocate_aid()
502 __set_bit(sta->sta.aid, aid_map); in mesh_allocate_aid()
505 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); in mesh_allocate_aid()
508 if (aid > IEEE80211_MAX_AID) in mesh_allocate_aid()
511 return aid; in mesh_allocate_aid()
518 int aid; in __mesh_sta_info_alloc() local
523 aid = mesh_allocate_aid(sdata); in __mesh_sta_info_alloc()
524 if (aid < 0) in __mesh_sta_info_alloc()
533 sta->sta.aid = aid; in __mesh_sta_info_alloc()
1201 sta->mesh->aid = get_unaligned_le16(PLINK_CNF_AID(mgmt)); in mesh_process_plink_frame()