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/
ap_config.c 718 wep = bss->default_wep_key_len > 0 ||
938 bss->ssid.wep.default_len = bss->default_wep_key_len;
939 if (full_config && bss->default_wep_key_len) {
940 cipher = bss->default_wep_key_len >= 13 ?
ieee802_1x.c 228 hapd->conf->default_wep_key_len);
    [all...]
ap_config.h 255 size_t default_wep_key_len; member in struct:hostapd_bss_config
beacon.c 973 (hapd->conf->default_wep_key_len ||
ieee802_11.c 156 (hapd->conf->default_wep_key_len ||
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 299 bss->ssid.wep.default_len = bss->default_wep_key_len;
300 if (bss->default_wep_key_len)
301 cipher = bss->default_wep_key_len >= 13 ?
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 423 milliseconds