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 680 * access_network_type - Access Network Type
686 int access_network_type; member in struct:wpa_config
config_file.c 976 if (config->access_network_type != DEFAULT_ACCESS_NETWORK_TYPE)
977 fprintf(f, "access_network_type=%d\n",
978 config->access_network_type);
config.c     [all...]
scan.c 403 wpabuf_put_u8(buf, wpa_s->conf->access_network_type);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 405 int access_network_type; member in struct:hostapd_bss_config
beacon.c 462 ant != hapd->conf->access_network_type) {
784 params.access_network_type = hapd->conf->access_network_type;
ieee802_11_shared.c 265 *pos = hapd->conf->access_network_type;
  /external/wpa_supplicant_8/src/drivers/
driver.h 784 * access_network_type - Access Network Type (0..15)
789 u8 access_network_type; member in struct:wpa_driver_ap_params
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 61 milliseconds