HomeSort by relevance Sort by last modified time
    Searched refs:NUM_WEP_KEYS (Results 1 - 15 of 15) 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 121 for (i = 0; i < NUM_WEP_KEYS; i++) {
317 for (i = 0; i < NUM_WEP_KEYS; i++) {
    [all...]
events.c 260 for (i = 0; i < NUM_WEP_KEYS; i++) {
wps_supplicant.c 279 if (cred->key_idx > NUM_WEP_KEYS) {
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 194 #define NUM_WEP_KEYS 4
199 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
204 size_t wep_key_len[NUM_WEP_KEYS];
wpa_supplicant.c 131 for (i = 0; i < NUM_WEP_KEYS; i++) {
345 for (i = 0; i < NUM_WEP_KEYS; i++) {
    [all...]
sme.c 103 for (i = 0; i < NUM_WEP_KEYS; i++) {
events.c 304 for (i = 0; i < NUM_WEP_KEYS; i++) {
    [all...]
wps_supplicant.c 293 if (cred->key_idx > NUM_WEP_KEYS) {
    [all...]
  /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...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 39 #define NUM_WEP_KEYS 4
42 u8 *key[NUM_WEP_KEYS];
43 size_t len[NUM_WEP_KEYS];
ap_config.c 325 for (i = 0; i < NUM_WEP_KEYS; i++)
356 for (i = 0; i < NUM_WEP_KEYS; i++) {
hostapd.c 144 for (i = 0; i < NUM_WEP_KEYS; i++) {
154 for (i = NUM_WEP_KEYS; i < NUM_WEP_KEYS + 2; i++) {

Completed in 945 milliseconds