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 805 * access_network_type - Access Network Type
811 int access_network_type; member in struct:wpa_config
    [all...]
config_file.c 1093 if (config->access_network_type != DEFAULT_ACCESS_NETWORK_TYPE)
1094 fprintf(f, "access_network_type=%d\n",
1095 config->access_network_type);
    [all...]
scan.c 416 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 611 ant != hapd->conf->access_network_type) {
931 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 883 * access_network_type - Access Network Type (0..15)
888 u8 access_network_type; member in struct:wpa_driver_ap_params
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 285 milliseconds