Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dhostapd.h203 u32 sta_aid[AID_WORDS]; member
Dsta_info.c260 hapd->sta_aid[(sta->aid - 1) / 32] &= in ap_free_sta()
Dieee802_11.c3386 aid_word |= link_bss->sta_aid[i]; in hostapd_get_aid_word()
3393 return hapd->sta_aid[i]; in hostapd_get_aid_word()
3434 hapd->sta_aid[i] |= BIT(j); in hostapd_get_aid()
4587 hapd->sta_aid[(sta->aid - 1) / 32] |= BIT((sta->aid - 1) % 32); in ieee80211_ml_process_link()