Home
last modified time | relevance | path

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

12

/dragonfly/contrib/wpa_supplicant/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()
1352 if (hapd->conf->interworking && in ieee802_11_build_ap_params()
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()
/dragonfly/usr.sbin/802_11/wpa_supplicant/
H A DMakefile21 ieee802_11_shared.c ieee802_1x.c interworking.c l2_packet_freebsd.c main.c \
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dconfig.h936 int interworking; member
H A DREADME-HS2074 interworking=1
83 # belonging to the specified Homogeneous ESS. This is used only if interworking
615 interworking=1
H A Dscan.c106 if (wpa_s->conf->cred && wpa_s->conf->interworking && in wpa_supplicant_enabled_networks()
544 if (wpa_s->conf->interworking && in wpa_supplicant_extra_ies()
628 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.c97 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()
H A Dconfig.c4810 { INT_RANGE(interworking, 0, 1), 0 },
H A DChangeLog1044 - For interworking, add wpa_cli commands interworking_select,
1132 for interworking. wpa_cli commands added to support this are
H A Dwpa_supplicant.c1723 if (wpa_s->conf->interworking) in wpas_ext_capab_byte()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-target.def54 allowing efficient interworking between C-only and Objective-C code.\
/dragonfly/contrib/wpa_supplicant/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()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-target.def52 allowing efficient interworking between C-only and Objective-C code.\
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-arm.texi308 be marked as supporting interworking.
929 the assembler and linker to generate correct code for interworking
931 interworking is not going to be performed. The presence of this
1147 @ Function supports interworking.
H A Das.texinfo920 Specify that the code has been generated with interworking between Thumb and
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver.h1347 int interworking; member
H A Ddriver_atheros.c1940 params->wpa_version, params->privacy, params->interworking); in atheros_set_ap()
/dragonfly/contrib/binutils-2.27/ld/
H A Dld.texinfo6588 @cindex ARM interworking support
6597 which will work with non-interworking aware ARM code. Note, however,
6599 non-interworking aware Thumb code.
6651 interworking-safe when linked with other objects compiled for ARMv4t, but
6662 @kindex --fix-v4bx-interworking
6673 and are still interworking safe. Note that the above veneer clobbers the
6791 ARM/Thumb interworking veneers, even if the rest of the binary
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dinvoke.texi493 -mcaller-super-interworking -mcallee-super-interworking @gol
10886 @item -mcallee-super-interworking
10887 @opindex mcallee-super-interworking
10891 non-interworking code. This option is not valid in AAPCS configurations
10892 because interworking is enabled by default.
10894 @item -mcaller-super-interworking
10895 @opindex mcaller-super-interworking
10898 compiled for interworking or not. There is a small overhead in the cost
10900 is not valid in AAPCS configurations because interworking is enabled
/dragonfly/contrib/binutils-2.27/binutils/doc/
H A Dbinutils.texi4281 file and exports file that it produces as supporting interworking

12