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

  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 192 #define MAX_WEP_KEY_LEN 16
196 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
config.c 1149 if (*len > MAX_WEP_KEY_LEN) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 195 #define MAX_WEP_KEY_LEN 16
199 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
config.c 1280 if (*len > MAX_WEP_KEY_LEN) {
    [all...]
  /external/wpa_supplicant/
config_ssid.h 596 #define MAX_WEP_KEY_LEN 16
600 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
config.c 973 if (*len > MAX_WEP_KEY_LEN) {
    [all...]

Completed in 333 milliseconds