HomeSort by relevance Sort by last modified time
    Searched refs:interworking (Results 1 - 15 of 15) sorted by null

  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 39 const u8 *interworking; member in struct:ieee802_11_elems
ieee802_11_common.c 257 elems->interworking = pos;
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 174 if (len < 4 && hapd->conf->interworking)
188 if (hapd->conf->interworking)
189 *pos |= 0x80; /* Bit 31 - Interworking */
211 if (!hapd->conf->interworking)
251 if (!hapd->conf->interworking)
271 if (!hapd->conf->interworking ||
beacon.c 398 if (elems.interworking && elems.interworking_len >= 1) {
399 u8 ant = elems.interworking[0] & 0x0f;
409 if (elems.interworking &&
413 hessid = elems.interworking + 1;
415 hessid = elems.interworking + 1 + 2;
476 if (hapd->conf->interworking &&
480 "Interworking Probe Response while not supporting "
680 params.interworking = hapd->conf->interworking;
681 if (hapd->conf->interworking &
    [all...]
ap_config.h 351 /* IEEE 802.11u - Interworking */
352 int interworking; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 432 * interworking - Whether Interworking (IEEE 802.11u) is enabled
434 int interworking; member in struct:wpa_config
439 * When Interworking is enabled, scans will be limited to APs that
450 * Homogeneous ESS. This is used only if interworking is enabled.
455 * home_realm - Home Realm for Interworking
460 * home_username - Username for Interworking network selection
465 * home_password - Password for Interworking network selection
470 * home_ca_cert - CA certificate for Interworking network selection
config_file.c 727 if (config->interworking)
728 fprintf(f, "interworking=%u\n", config->interworking);
scan.c 366 if (wpa_s->conf->interworking == 0)
374 wpabuf_put_u8(buf, 0x80); /* Bit 31 - Interworking */
398 if (wpa_s->conf->interworking &&
    [all...]
sme.c 225 if (wpa_s->conf->interworking) {
238 *pos++ = 0x80; /* Bit 31 - Interworking */
Makefile 231 OBJS += interworking.o
    [all...]
config.c     [all...]
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 694 * interworking - Whether Interworking is enabled
696 int interworking; member in struct:wpa_driver_ap_params
706 * This is used for filtering Probe Request frames when Interworking is
821 /* Driver Probe Response offloading support for IEEE 802.11u (Interworking) */
    [all...]
driver_atheros.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 140 milliseconds