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

  /external/wpa_supplicant_8/wpa_supplicant/
config.h 821 * access_network_type - Access Network Type
827 int access_network_type; member in struct:wpa_config
    [all...]
config_file.c 1165 if (config->access_network_type != DEFAULT_ACCESS_NETWORK_TYPE)
1166 fprintf(f, "access_network_type=%d\n",
1167 config->access_network_type);
    [all...]
scan.c 424 wpabuf_put_u8(buf, wpa_s->conf->access_network_type);
    [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/ap/
beacon.c 665 ant != hapd->conf->access_network_type) {
1008 params->access_network_type = hapd->conf->access_network_type;
ap_config.h 445 int access_network_type; member in struct:hostapd_bss_config
ieee802_11_shared.c 298 *pos = hapd->conf->access_network_type;
  /external/wpa_supplicant_8/src/drivers/
driver.h 1012 * access_network_type - Access Network Type (0..15)
1017 u8 access_network_type; member in struct:wpa_driver_ap_params
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 131 milliseconds