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

  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 190 if (hapd->conf->interworking)
191 *pos |= 0x80; /* Bit 31 - Interworking */
224 if (len < 4 && hapd->conf->interworking)
290 if (!hapd->conf->interworking)
330 if (!hapd->conf->interworking)
350 if (!hapd->conf->interworking ||
beacon.c 603 if (hapd->conf->interworking &&
604 elems.interworking && elems.interworking_len >= 1) {
605 u8 ant = elems.interworking[0] & 0x0f;
615 if (hapd->conf->interworking && elems.interworking &&
619 hessid = elems.interworking + 1;
621 hessid = elems.interworking + 1 + 2;
704 if (hapd->conf->interworking &&
708 "Interworking Probe Response while not supporting "
923 params->interworking = hapd->conf->interworking
    [all...]
ap_config.h 415 /* IEEE 802.11u - Interworking */
416 int interworking; member in struct:hostapd_bss_config
ieee802_1x.c 504 if (hapd->conf->interworking &&
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 38 const u8 *interworking; member in struct:ieee802_11_elems
ieee802_11_common.c 271 elems->interworking = pos;
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 67 * Interworking automatic networking selection behavior. The matching
79 * realm - Home Realm for Interworking
84 * username - Username for Interworking network selection
89 * password - Password for Interworking network selection
99 * ca_cert - CA certificate for Interworking network selection
106 * This field is used with Interworking networking selection for a case
799 * interworking - Whether Interworking (IEEE 802.11u) is enabled
801 int interworking; member in struct:wpa_config
806 * When Interworking is enabled, scans will be limited to APs tha
    [all...]
scan.c 90 * This function is used to figure out whether any networks (or Interworking
105 if (wpa_s->conf->cred && wpa_s->conf->interworking &&
390 if (wpa_s->conf->interworking == 0)
398 wpabuf_put_u8(buf, 0x80); /* Bit 31 - Interworking */
426 if (wpa_s->conf->interworking &&
484 if (wpa_s->conf->cred && wpa_s->conf->interworking &&
    [all...]
config_file.c 1085 if (config->interworking)
1086 fprintf(f, "interworking=%u\n", config->interworking);
Makefile 288 OBJS += interworking.o
    [all...]
events.c 44 #include "interworking.h"
    [all...]
config.c     [all...]
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 856 * interworking - Whether Interworking is enabled
858 int interworking; member in struct:wpa_driver_ap_params
868 * This is used for filtering Probe Request frames when Interworking is
1034 /* 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 565 milliseconds