Home
last modified time | relevance | path

Searched refs:hs20_release (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhs20.c28 *eid++ = hapd->conf->hs20_release < 2 ? 5 : 7; in hostapd_eid_hs20_indication()
32 conf = (hapd->conf->hs20_release - 1) << 4; /* Release Number */ in hostapd_eid_hs20_indication()
33 if (hapd->conf->hs20_release >= 2) in hostapd_eid_hs20_indication()
38 if (hapd->conf->hs20_release >= 2) { in hostapd_eid_hs20_indication()
Dap_config.h596 int hs20_release; member
Dap_config.c141 bss->hs20_release = (HS20_VERSION >> 4) + 1; in hostapd_config_defaults_bss()
Dieee802_1x.c772 u8 ver = hapd->conf->hs20_release - 1; in ieee802_1x_encapsulate_radius()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhs20.c28 *eid++ = hapd->conf->hs20_release < 2 ? 5 : 7; in hostapd_eid_hs20_indication()
32 conf = (hapd->conf->hs20_release - 1) << 4; /* Release Number */ in hostapd_eid_hs20_indication()
33 if (hapd->conf->hs20_release >= 2) in hostapd_eid_hs20_indication()
38 if (hapd->conf->hs20_release >= 2) { in hostapd_eid_hs20_indication()
Dap_config.h606 int hs20_release; member
Dap_config.c154 bss->hs20_release = (HS20_VERSION >> 4) + 1; in hostapd_config_defaults_bss()
Dieee802_1x.c771 u8 ver = hapd->conf->hs20_release - 1; in ieee802_1x_encapsulate_radius()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3975 bss->hs20_release = val;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4081 bss->hs20_release = val; in hostapd_config_fill()