Home
last modified time | relevance | path

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

/src/contrib/wpa/src/ap/
H A 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()
H A Dap_config.h622 int hs20_release; member
H A Dap_config.c157 bss->hs20_release = (HS20_VERSION >> 4) + 1; in hostapd_config_defaults_bss()
H A Dieee802_1x.c839 u8 ver = hapd->conf->hs20_release - 1; in ieee802_1x_encapsulate_radius()
/src/contrib/wpa/hostapd/
H A Dconfig_file.c4312 bss->hs20_release = val; in hostapd_config_fill()