Home
last modified time | relevance | path

Searched refs:interworking (Results 1 - 25 of 32) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dbeacon.c1000 if (hapd->conf->interworking && in handle_probe_req()
1001 elems.interworking && elems.interworking_len >= 1) { in handle_probe_req()
1002 u8 ant = elems.interworking[0] & 0x0f; in handle_probe_req()
1012 if (hapd->conf->interworking && elems.interworking && in handle_probe_req()
1016 hessid = elems.interworking + 1; in handle_probe_req()
1018 hessid = elems.interworking + 1 + 2; in handle_probe_req()
1142 if (hapd->conf->interworking && in hostapd_probe_resp_offloads()
1726 params->interworking = hapd->conf->interworking; in ieee802_11_build_ap_params()
[all...]
H A Dieee802_11_shared.c373 if (hapd->conf->interworking) in hostapd_ext_capab_byte()
509 if (!hapd->conf->interworking) in hostapd_eid_interworking()
549 if (!hapd->conf->interworking) in hostapd_eid_adv_proto()
569 if (!hapd->conf->interworking || in hostapd_eid_roaming_consortium()
H A Dap_config.h549 int interworking; member
H A Dieee802_1x.c590 if (hapd->conf->interworking && in add_common_radius_attr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dbeacon.c885 if (hapd->conf->interworking && in handle_probe_req()
886 elems.interworking && elems.interworking_len >= 1) { in handle_probe_req()
887 u8 ant = elems.interworking[0] & 0x0f; in handle_probe_req()
897 if (hapd->conf->interworking && elems.interworking && in handle_probe_req()
901 hessid = elems.interworking + 1; in handle_probe_req()
903 hessid = elems.interworking + 1 + 2; in handle_probe_req()
1027 if (hapd->conf->interworking && in hostapd_probe_resp_offloads()
1351 params->interworking = hapd->conf->interworking; in ieee802_11_build_ap_params()
[all...]
H A Dieee802_11_shared.c341 if (hapd->conf->interworking) in hostapd_ext_capab_byte()
409 if (len < 4 && hapd->conf->interworking) in hostapd_eid_ext_capab()
493 if (!hapd->conf->interworking) in hostapd_eid_interworking()
533 if (!hapd->conf->interworking) in hostapd_eid_adv_proto()
553 if (!hapd->conf->interworking || in hostapd_eid_roaming_consortium()
H A Dap_config.h539 int interworking; member
H A Dieee802_1x.c589 if (hapd->conf->interworking && in add_common_radius_attr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.h934 * interworking - Whether Interworking (IEEE 802.11u) is enabled
936 int interworking; member
980 * Homogeneous ESS. This is used only if interworking is enabled.
H A Dscan.c109 if (wpa_s->conf->cred && wpa_s->conf->interworking && in wpa_supplicant_enabled_networks()
555 if (wpa_s->conf->interworking && in wpa_supplicant_extra_ies()
639 if (wpa_s->conf->cred && wpa_s->conf->interworking && in non_p2p_network_enabled()
H A Dconfig_file.c1333 if (config->interworking) in wpa_config_write_global()
1334 fprintf(f, "interworking=%d\n", config->interworking); in wpa_config_write_global()
H A Dap.c415 bss->interworking = wpa_s->conf->go_interworking; in wpa_supplicant_conf_ap()
H A Devents.c47 #include "interworking.h"
97 if (wpa_s->conf->auto_interworking && wpa_s->conf->interworking && in wpas_reenabled_network_time()
2054 wpa_s->conf->interworking && in wpas_select_network_from_last_scan()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.h993 * interworking - Whether Interworking (IEEE 802.11u) is enabled
995 int interworking; member
1039 * Homogeneous ESS. This is used only if interworking is enabled.
H A Dscan.c149 if (wpa_s->conf->cred && wpa_s->conf->interworking && in wpa_supplicant_enabled_networks()
640 if (wpa_s->conf->interworking && in wpa_supplicant_extra_ies()
727 if (wpa_s->conf->cred && wpa_s->conf->interworking && in non_p2p_network_enabled()
H A Dconfig_file.c1359 if (config->interworking) in wpa_config_write_global()
1360 fprintf(f, "interworking=%d\n", config->interworking); in wpa_config_write_global()
H A Dap.c627 bss->interworking = wpa_s->conf->go_interworking; in wpa_supplicant_conf_ap()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_common.h63 const u8 *interworking; member
H A Dieee802_11_common.c438 elems->interworking = pos; in ieee802_11_parse_elems()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_common.h89 const u8 *interworking; member
H A Dieee802_11_common.c628 elems->interworking = pos; in ieee802_11_parse_elems()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver.h1345 * interworking - Whether Interworking is enabled
1347 int interworking; member
H A Ddriver_atheros.c1937 "wpa_version=0x%x privacy=%d interworking=%d", in atheros_set_ap()
1940 params->wpa_version, params->privacy, params->interworking); in atheros_set_ap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver.h1473 * interworking - Whether Interworking is enabled
1475 int interworking; member
H A Ddriver_atheros.c1926 "wpa_version=0x%x privacy=%d interworking=%d", in atheros_set_ap()
1929 params->wpa_version, params->privacy, params->interworking); in atheros_set_ap()

Completed in 81 milliseconds

12