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

  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 199 key->default_len = hapd->conf->default_wep_key_len;
320 hapd->conf->default_wep_key_len);
    [all...]
ap_config.h 224 size_t default_wep_key_len; member in struct:hostapd_bss_config
beacon.c 725 (hapd->conf->default_wep_key_len ||
wps_hostapd.c 1019 if (conf->default_wep_key_len)
    [all...]
ieee802_11.c 149 (hapd->conf->default_wep_key_len ||
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 232 bss->ssid.wep.default_len = bss->default_wep_key_len;
233 if (bss->default_wep_key_len)
234 cipher = bss->default_wep_key_len >= 13 ?
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 236 milliseconds