Home
last modified time | relevance | path

Searched refs:HT_CAP_INFO_GREEN_FIELD (Results 1 – 5 of 5) sorted by relevance

/hostap-3.7.0/src/ap/
Dhw_features.c584 if ((conf & HT_CAP_INFO_GREEN_FIELD) && in ieee80211n_supported_ht_capab()
585 !(hw & HT_CAP_INFO_GREEN_FIELD)) { in ieee80211n_supported_ht_capab()
Dieee802_11_ht.c441 if ((ht_capab & HT_CAP_INFO_GREEN_FIELD) == 0) { in update_sta_ht()
/hostap-3.7.0/src/common/
Dieee802_11_defs.h1179 #define HT_CAP_INFO_GREEN_FIELD ((u16) BIT(4)) macro
/hostap-3.7.0/wpa_supplicant/
Dap.c390 (HT_CAP_INFO_GREEN_FIELD | in wpa_supplicant_conf_ap_ht()
/hostap-3.7.0/hostapd/
Dconfig_file.c1084 conf->ht_capab |= HT_CAP_INFO_GREEN_FIELD; in hostapd_config_ht_capab()