Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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.h603 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()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c4042 bss->hs20_release = val;