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

/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dieee802_11_shared.c174 if (len < 4 && hapd->conf->interworking)
207 if (hapd->conf->interworking)
242 if (!hapd->conf->interworking)
282 if (!hapd->conf->interworking)
302 if (!hapd->conf->interworking ||
H A Dbeacon.c459 if (elems.interworking && elems.interworking_len >= 1) {
460 u8 ant = elems.interworking[0] & 0x0f;
470 if (elems.interworking &&
474 hessid = elems.interworking + 1;
476 hessid = elems.interworking + 1 + 2;
538 if (hapd->conf->interworking &&
759 params.interworking = hapd->conf->interworking;
760 if (hapd->conf->interworking &&
H A Dap_config.h398 int interworking; member in struct:hostapd_bss_config
/freebsd-10.1-release/contrib/wpa/src/common/
H A Dieee802_11_common.h42 const u8 *interworking; member in struct:ieee802_11_elems
H A Dieee802_11_common.c275 elems->interworking = pos;
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dconfig.h656 * interworking - Whether Interworking (IEEE 802.11u) is enabled
658 int interworking; member in struct:wpa_config
674 * Homogeneous ESS. This is used only if interworking is enabled.
H A Dscan.c104 if (wpa_s->conf->cred && wpa_s->conf->interworking &&
387 if (wpa_s->conf->interworking == 0)
417 if (wpa_s->conf->interworking &&
470 if (wpa_s->conf->cred && wpa_s->conf->interworking &&
H A Dconfig_file.c943 if (config->interworking)
944 fprintf(f, "interworking=%u\n", config->interworking);
H A Dconfig.c3059 { INT_RANGE(interworking, 0, 1), 0 },
H A Devents.c44 #include "interworking.h"
1243 wpa_s->conf->interworking &&
H A Dwpa_supplicant.c1237 if (wpa_s->conf->interworking)
/freebsd-10.1-release/usr.sbin/wpa/wpa_supplicant/
H A DMakefile14 ieee802_11_common.c interworking.c l2_packet_freebsd.c main.c \
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm63 /* Function end macros. Variants for interworking. */
101 /* Special precautions for interworking on armv4t. */
1134 /* Do not build the interworking functions when the target architecture does
1142 /* These labels & instructions are used by the Arm/Thumb interworking code.
1181 /* These labels & instructions are used by the Arm/Thumb interworking code,
/freebsd-10.1-release/contrib/wpa/src/drivers/
H A Ddriver.h723 * interworking - Whether Interworking is enabled
725 int interworking; member in struct:wpa_driver_ap_params
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c2731 } else if (os_strcmp(buf, "interworking") == 0) {
2732 bss->interworking = atoi(pos);

Completed in 223 milliseconds