Home
last modified time | relevance | path

Searched refs:WLAN_STA_HE (Results 1 - 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_he.c329 sta->flags &= ~WLAN_STA_HE; in copy_sta_he_capab()
342 sta->flags |= WLAN_STA_HE; in copy_sta_he_capab()
H A Dsta_info.h40 #define WLAN_STA_HE BIT(24) macro
H A Dieee802_11.c3416 if (sta->flags & WLAN_STA_HE) { in add_associated_sta()
3432 sta->flags & WLAN_STA_HE ? &he_cap : NULL, in add_associated_sta()
3433 sta->flags & WLAN_STA_HE ? sta->he_capab_len : 0, in add_associated_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_he.c460 sta->flags &= ~WLAN_STA_HE; in copy_sta_he_capab()
473 sta->flags |= WLAN_STA_HE; in copy_sta_he_capab()
H A Dsta_info.h42 #define WLAN_STA_HE BIT(24) macro
H A Dieee802_11.c4566 if (!(sta->flags & WLAN_STA_HE)) { in check_assoc_ies()
5002 if (sta->flags & WLAN_STA_HE) { in add_associated_sta()
5018 sta->flags & WLAN_STA_HE ? &he_cap : NULL, in add_associated_sta()
5019 sta->flags & WLAN_STA_HE ? sta->he_capab_len : 0, in add_associated_sta()
H A Dsta_info.c1646 (flags & WLAN_STA_HE ? "[HE]" : ""), in ap_sta_flags_txt()

Completed in 19 milliseconds