Home
last modified time | relevance | path

Searched refs:WLAN_STA_HE (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/ap/
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()
Dsta_info.h42 #define WLAN_STA_HE BIT(24) macro
Dsta_info.c1483 (flags & WLAN_STA_HE ? "[HE]" : ""), in ap_sta_flags_txt()
Dieee802_11.c4542 if (!(sta->flags & WLAN_STA_HE)) { in check_assoc_ies()
4978 if (sta->flags & WLAN_STA_HE) { in add_associated_sta()
4994 sta->flags & WLAN_STA_HE ? &he_cap : NULL, in add_associated_sta()
4995 sta->flags & WLAN_STA_HE ? sta->he_capab_len : 0, in add_associated_sta()