Home
last modified time | relevance | path

Searched refs:interworking (Results 1 – 23 of 23) sorted by relevance

/freebsd/usr.sbin/wpa/wpa_supplicant/
H A DMakefile75 interworking.c \
/freebsd/contrib/wpa/src/ap/
H A Dbeacon.c1648 if (hapd->conf->interworking && in handle_probe_req()
1649 elems.interworking && elems.interworking_len >= 1) { in handle_probe_req()
1650 u8 ant = elems.interworking[0] & 0x0f; in handle_probe_req()
1660 if (hapd->conf->interworking && elems.interworking && in handle_probe_req()
1664 hessid = elems.interworking + 1; in handle_probe_req()
1666 hessid = elems.interworking + 1 + 2; in handle_probe_req()
1829 if (hapd->conf->interworking && in hostapd_probe_resp_offloads()
2666 params->interworking = hapd->conf->interworking; in ieee802_11_build_ap_params()
2667 if (hapd->conf->interworking && in ieee802_11_build_ap_params()
H A Dieee802_11_shared.c403 if (hapd->conf->interworking) in hostapd_ext_capab_byte()
566 if (!hapd->conf->interworking) in hostapd_eid_interworking()
606 if (!hapd->conf->interworking) in hostapd_eid_adv_proto()
626 if (!hapd->conf->interworking || in hostapd_eid_roaming_consortium()
H A Dap_config.h586 int interworking; member
H A Dieee802_1x.c657 if (hapd->conf->interworking && in add_common_radius_attr()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h1101 int interworking; member
H A DREADME-HS2074 interworking=1
83 # belonging to the specified Homogeneous ESS. This is used only if interworking
630 interworking=1
H A Dconfig_file.c1510 if (config->interworking) in wpa_config_write_global()
1511 fprintf(f, "interworking=%d\n", config->interworking); in wpa_config_write_global()
H A Dscan.c146 if (wpa_s->conf->cred && wpa_s->conf->interworking && in wpa_supplicant_enabled_networks()
769 if (wpa_s->conf->interworking && in wpa_supplicant_extra_ies()
860 if (wpa_s->conf->cred && wpa_s->conf->interworking && in non_p2p_network_enabled()
H A Dandroid.config449 # This can be used to enable functionality to improve interworking with
H A Ddefconfig516 # This can be used to enable functionality to improve interworking with
H A Dap.c658 bss->interworking = wpa_s->conf->go_interworking; in wpa_supplicant_conf_ap()
H A Devents.c104 if (wpa_s->conf->auto_interworking && wpa_s->conf->interworking && in wpas_reenabled_network_time()
2869 wpa_s->conf->interworking && in wpas_select_network_from_last_scan()
H A DChangeLog1179 - For interworking, add wpa_cli commands interworking_select,
1267 for interworking. wpa_cli commands added to support this are
H A Dconfig.c5923 { INT_RANGE(interworking, 0, 1), 0 },
H A Dwpa_supplicant.c2484 if (wpa_s->conf->interworking) in wpas_ext_capab_byte()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.h77 const u8 *interworking; member
H A Dieee802_11_common.c620 elems->interworking = pos; in __ieee802_11_parse_elems()
866 elems->interworking = NULL; in ieee802_11_elems_clear_ids()
/freebsd/contrib/wpa/hostapd/
H A Ddefconfig311 # This can be used to enable functionality to improve interworking with
H A DChangeLog730 interworking.
H A Dconfig_file.c4233 bss->interworking = atoi(pos); in hostapd_config_fill()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h1724 int interworking; member
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td540 "interworking (yes (default): use; no: don't use). \"auto\" is currently the same as \"yes\"">;