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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dbeacon.c885 if (hapd->conf->interworking &&
886 elems.interworking && elems.interworking_len >= 1) {
887 u8 ant = elems.interworking[0] & 0x0f;
897 if (hapd->conf->interworking && elems.interworking &&
901 hessid = elems.interworking + 1;
903 hessid = elems.interworking + 1 + 2;
1027 if (hapd->conf->interworking &&
1351 params->interworking = hapd->conf->interworking;
[all...]
H A Dieee802_11_shared.c341 if (hapd->conf->interworking)
409 if (len < 4 && hapd->conf->interworking)
493 if (!hapd->conf->interworking)
533 if (!hapd->conf->interworking)
553 if (!hapd->conf->interworking ||
H A Dap_config.h539 int interworking; member in struct:hostapd_bss_config
H A Dieee802_1x.c589 if (hapd->conf->interworking &&
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h934 * interworking - Whether Interworking (IEEE 802.11u) is enabled
936 int interworking; member in struct:wpa_config
980 * Homogeneous ESS. This is used only if interworking is enabled.
H A Dscan.c106 if (wpa_s->conf->cred && wpa_s->conf->interworking &&
544 if (wpa_s->conf->interworking &&
628 if (wpa_s->conf->cred && wpa_s->conf->interworking &&
H A Dconfig_file.c1333 if (config->interworking)
1334 fprintf(f, "interworking=%d\n", config->interworking);
H A Dap.c415 bss->interworking = wpa_s->conf->go_interworking;
H A Devents.c47 #include "interworking.h"
97 if (wpa_s->conf->auto_interworking && wpa_s->conf->interworking &&
2054 wpa_s->conf->interworking &&
H A DAndroid.mk371 OBJS += interworking.c
H A Dconfig.c4810 { INT_RANGE(interworking, 0, 1), 0 },
H A Dwpa_supplicant.c1723 if (wpa_s->conf->interworking)
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile101 interworking.c \
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_common.h63 const u8 *interworking; member in struct:ieee802_11_elems
H A Dieee802_11_common.c438 elems->interworking = pos;
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm63 /* Function end macros. Variants for interworking. */
101 /* Special precautions for interworking on armv4t. */
1132 /* Do not build the interworking functions when the target architecture does
1140 /* These labels & instructions are used by the Arm/Thumb interworking code.
1179 /* These labels & instructions are used by the Arm/Thumb interworking code,
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h1345 * interworking - Whether Interworking is enabled
1347 int interworking; member in struct:wpa_driver_ap_params
H A Ddriver_atheros.c1937 "wpa_version=0x%x privacy=%d interworking=%d",
1940 params->wpa_version, params->privacy, params->interworking);
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3822 } else if (os_strcmp(buf, "interworking") == 0) {
3823 bss->interworking = atoi(pos);

Completed in 408 milliseconds