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

  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 191 #define NUM_WEP_KEYS 4
196 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
201 size_t wep_key_len[NUM_WEP_KEYS];
wpa_supplicant.c 124 for (i = 0; i < NUM_WEP_KEYS; i++) {
320 for (i = 0; i < NUM_WEP_KEYS; i++) {
    [all...]
events.c 259 for (i = 0; i < NUM_WEP_KEYS; i++) {
wps_supplicant.c 279 if (cred->key_idx > NUM_WEP_KEYS) {
  /external/wpa_supplicant/
config_ssid.h 595 #define NUM_WEP_KEYS 4
600 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
605 size_t wep_key_len[NUM_WEP_KEYS];
events.c 242 for (i = 0; i < NUM_WEP_KEYS; i++) {
wpa_supplicant.c 671 for (i = 0; i < NUM_WEP_KEYS; i++) {
    [all...]

Completed in 43 milliseconds