Home
last modified time | relevance | path

Searched refs:rsnxoe_override (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/ap/
Dwpa_auth_glue.c167 if (conf->rsnxoe_override && in hostapd_wpa_auth_conf()
168 wpabuf_len(conf->rsnxoe_override) <= MAX_OWN_IE_OVERRIDE) { in hostapd_wpa_auth_conf()
169 wconf->rsnxoe_override_len = wpabuf_len(conf->rsnxoe_override); in hostapd_wpa_auth_conf()
170 os_memcpy(wconf->rsnxoe_override, in hostapd_wpa_auth_conf()
171 wpabuf_head(conf->rsnxoe_override), in hostapd_wpa_auth_conf()
Dwpa_auth_ie.c784 wpa_auth->conf.rsnxoe_override, in wpa_auth_gen_wpa_ie()
789 os_memcpy(pos, wpa_auth->conf.rsnxoe_override, in wpa_auth_gen_wpa_ie()
Dwpa_auth.h246 u8 rsnxoe_override[MAX_OWN_IE_OVERRIDE]; member
Dap_config.h711 struct wpabuf *rsnxoe_override; member
Dap_config.c974 wpabuf_free(conf->rsnxoe_override); in hostapd_config_free_bss()
/hostap-latest/hostapd/
Dconfig_file.c4554 if (!get_hexstream(pos, &bss->rsnxoe_override, in hostapd_config_fill()