Searched refs:hs20_operating_class (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbss.h51 struct wpabuf *hs20_operating_class; member in struct:wpa_bss_anqp
H A Dbss.c103 ANQP_DUP(hs20_operating_class);
188 wpabuf_free(anqp->hs20_operating_class);
H A Dhs20_supplicant.c662 wpabuf_free(anqp->hs20_operating_class);
663 anqp->hs20_operating_class =
H A Dctrl_iface.c4941 pos = anqp_add_hex(pos, end, "hs20_operating_class",
4942 anqp->hs20_operating_class);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_serv.c180 if (hapd->conf->hs20_operating_class)
697 if (hapd->conf->hs20_operating_class) {
703 wpabuf_put_data(buf, hapd->conf->hs20_operating_class,
1246 hapd->conf->hs20_operating_class != NULL, qi);
H A Dap_config.h604 u8 *hs20_operating_class; member in struct:hostapd_bss_config
H A Dap_config.c790 os_free(conf->hs20_operating_class);
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3996 } else if (os_strcmp(buf, "hs20_operating_class") == 0) {
4002 "Line %d: Invalid hs20_operating_class '%s'",
4012 "Line %d: Invalid hs20_operating_class '%s'",
4017 os_free(bss->hs20_operating_class);
4018 bss->hs20_operating_class = oper_class;

Completed in 216 milliseconds