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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhs20.c28 *eid++ = hapd->conf->hs20_release < 2 ? 5 : 7;
32 conf = (hapd->conf->hs20_release - 1) << 4; /* Release Number */
33 if (hapd->conf->hs20_release >= 2)
38 if (hapd->conf->hs20_release >= 2) {
H A Dap_config.h596 int hs20_release; member in struct:hostapd_bss_config
H A Dap_config.c141 bss->hs20_release = (HS20_VERSION >> 4) + 1;
H A Dieee802_1x.c772 u8 ver = hapd->conf->hs20_release - 1;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3966 } else if (os_strcmp(buf, "hs20_release") == 0) {
3971 "Line %d: Unsupported hs20_release: %s",
3975 bss->hs20_release = val;

Completed in 134 milliseconds