Home
last modified time | relevance | path

Searched refs:HS20_VERSION (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_defs.h1443 #ifndef HS20_VERSION
1444 #define HS20_VERSION 0x20 /* Release 3 */ macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_defs.h1510 #ifndef HS20_VERSION
1511 #define HS20_VERSION 0x20 /* Release 3 */ macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dhs20_supplicant.c111 release = (HS20_VERSION >> 4) + 1; in wpas_hs20_add_indication()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dhs20_supplicant.c111 release = (HS20_VERSION >> 4) + 1; in wpas_hs20_add_indication()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.c141 bss->hs20_release = (HS20_VERSION >> 4) + 1; in hostapd_config_defaults_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.c154 bss->hs20_release = (HS20_VERSION >> 4) + 1; in hostapd_config_defaults_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3969 if (val < 1 || val > (HS20_VERSION >> 4) + 1) {
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4075 if (val < 1 || val > (HS20_VERSION >> 4) + 1) { in hostapd_config_fill()