Searched refs:interworking (Results 1 – 24 of 24) sorted by relevance
/hostap-latest/src/ap/ |
D | beacon.c | 1587 if (hapd->conf->interworking && in handle_probe_req() 1588 elems.interworking && elems.interworking_len >= 1) { in handle_probe_req() 1589 u8 ant = elems.interworking[0] & 0x0f; in handle_probe_req() 1599 if (hapd->conf->interworking && elems.interworking && in handle_probe_req() 1603 hessid = elems.interworking + 1; in handle_probe_req() 1605 hessid = elems.interworking + 1 + 2; in handle_probe_req() 1756 if (hapd->conf->interworking && in hostapd_probe_resp_offloads() 2582 params->interworking = hapd->conf->interworking; in ieee802_11_build_ap_params() 2583 if (hapd->conf->interworking && in ieee802_11_build_ap_params()
|
D | ieee802_11_shared.c | 399 if (hapd->conf->interworking) in hostapd_ext_capab_byte() 549 if (!hapd->conf->interworking) in hostapd_eid_interworking() 589 if (!hapd->conf->interworking) in hostapd_eid_adv_proto() 609 if (!hapd->conf->interworking || in hostapd_eid_roaming_consortium()
|
D | ap_config.h | 581 int interworking; member
|
D | ieee802_1x.c | 655 if (hapd->conf->interworking && in add_common_radius_attr()
|
/hostap-latest/tests/fuzzing/wnm/ |
D | Makefile | 31 OBJS += $(WPAS_SRC)/interworking.o
|
/hostap-latest/wpa_supplicant/ |
D | config.h | 1039 int interworking; member
|
D | README-HS20 | 74 interworking=1 83 # belonging to the specified Homogeneous ESS. This is used only if interworking 652 interworking=1
|
D | config_file.c | 1344 if (config->interworking) in wpa_config_write_global() 1345 fprintf(f, "interworking=%d\n", config->interworking); in wpa_config_write_global()
|
D | scan.c | 135 if (wpa_s->conf->cred && wpa_s->conf->interworking && in wpa_supplicant_enabled_networks() 757 if (wpa_s->conf->interworking && in wpa_supplicant_extra_ies() 841 if (wpa_s->conf->cred && wpa_s->conf->interworking && in non_p2p_network_enabled()
|
D | android.config | 449 # This can be used to enable functionality to improve interworking with
|
D | ap.c | 651 bss->interworking = wpa_s->conf->go_interworking; in wpa_supplicant_conf_ap()
|
D | defconfig | 520 # This can be used to enable functionality to improve interworking with
|
D | events.c | 106 if (wpa_s->conf->auto_interworking && wpa_s->conf->interworking && in wpas_reenabled_network_time() 2767 wpa_s->conf->interworking && in wpas_select_network_from_last_scan()
|
D | config.c | 5504 { INT_RANGE(interworking, 0, 1), 0 },
|
D | ChangeLog | 1147 - For interworking, add wpa_cli commands interworking_select, 1235 for interworking. wpa_cli commands added to support this are
|
D | wpa_supplicant.c | 2243 if (wpa_s->conf->interworking) in wpas_ext_capab_byte()
|
/hostap-latest/src/common/ |
D | ieee802_11_common.h | 70 const u8 *interworking; member
|
D | ieee802_11_common.c | 580 elems->interworking = pos; in __ieee802_11_parse_elems() 815 elems->interworking = NULL; in ieee802_11_elems_clear_ids()
|
/hostap-latest/hostapd/ |
D | defconfig | 318 # This can be used to enable functionality to improve interworking with
|
D | ChangeLog | 700 interworking.
|
D | config_file.c | 4229 bss->interworking = atoi(pos); in hostapd_config_fill()
|
/hostap-latest/src/drivers/ |
D | driver.h | 1589 int interworking; member
|
D | driver_atheros.c | 1930 params->wpa_version, params->privacy, params->interworking); in atheros_set_ap()
|
/hostap-latest/doc/ |
D | dbus.doxygen | 143 <p>An array with supported capabilities (e.g., "ap", "ibss-rsn", "p2p", "interworking").</p>
|