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 804 * access_network_type - Access Network Type
810 int access_network_type; member in struct:wpa_config
    [all...]
config_file.c 1089 if (config->access_network_type != DEFAULT_ACCESS_NETWORK_TYPE)
1090 fprintf(f, "access_network_type=%d\n",
1091 config->access_network_type);
scan.c 409 wpabuf_put_u8(buf, wpa_s->conf->access_network_type);
    [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 417 int access_network_type; member in struct:hostapd_bss_config
beacon.c 607 ant != hapd->conf->access_network_type) {
927 params->access_network_type = hapd->conf->access_network_type;
ieee802_11_shared.c 296 *pos = hapd->conf->access_network_type;
  /external/wpa_supplicant_8/src/drivers/
driver.h 866 * access_network_type - Access Network Type (0..15)
871 u8 access_network_type; member in struct:wpa_driver_ap_params
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 417 milliseconds