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

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dbss.h43 struct wpabuf *hs20_operating_class; member in struct:wpa_bss_anqp
H A Dbss.c97 ANQP_DUP(hs20_operating_class);
168 wpabuf_free(anqp->hs20_operating_class);
H A Dhs20_supplicant.c432 wpabuf_free(anqp->hs20_operating_class);
433 anqp->hs20_operating_class =
H A Dctrl_iface.c4258 pos = anqp_add_hex(pos, end, "hs20_operating_class",
4259 anqp->hs20_operating_class);
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dgas_serv.c159 if (hapd->conf->hs20_operating_class)
508 if (hapd->conf->hs20_operating_class) {
514 wpabuf_put_data(buf, hapd->conf->hs20_operating_class,
854 hapd->conf->hs20_operating_class != NULL, qi);
H A Dap_config.h502 u8 *hs20_operating_class; member in struct:hostapd_bss_config
H A Dap_config.c535 os_free(conf->hs20_operating_class);
/freebsd-11.0-release/contrib/wpa/hostapd/
H A Dconfig_file.c3177 } else if (os_strcmp(buf, "hs20_operating_class") == 0) {
3183 "Line %d: Invalid hs20_operating_class '%s'",
3193 "Line %d: Invalid hs20_operating_class '%s'",
3198 os_free(bss->hs20_operating_class);
3199 bss->hs20_operating_class = oper_class;

Completed in 143 milliseconds