Lines Matching refs:aid
275 put_unaligned_le16(sta->sta.aid, pos); in mesh_plink_frame_tx()
476 int aid; in mesh_allocate_aid() local
488 __set_bit(sta->sta.aid, aid_map); in mesh_allocate_aid()
491 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); in mesh_allocate_aid()
494 if (aid > IEEE80211_MAX_AID) in mesh_allocate_aid()
497 return aid; in mesh_allocate_aid()
504 int aid; in __mesh_sta_info_alloc() local
509 aid = mesh_allocate_aid(sdata); in __mesh_sta_info_alloc()
510 if (aid < 0) in __mesh_sta_info_alloc()
519 sta->sta.aid = aid; in __mesh_sta_info_alloc()
1187 sta->mesh->aid = get_unaligned_le16(PLINK_CNF_AID(mgmt)); in mesh_process_plink_frame()