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

  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 248 #define NUM_WEP_KEYS 4
253 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
258 size_t wep_key_len[NUM_WEP_KEYS];
wpa_supplicant.c 120 for (i = 0; i < NUM_WEP_KEYS; i++) {
362 for (i = 0; i < NUM_WEP_KEYS; i++) {
    [all...]
ap.c 305 for (i = 0; i < NUM_WEP_KEYS; i++) {
    [all...]
sme.c 282 for (i = 0; i < NUM_WEP_KEYS; i++) {
    [all...]
events.c 455 for (i = 0; i < NUM_WEP_KEYS; i++) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 64 #define NUM_WEP_KEYS 4
67 u8 *key[NUM_WEP_KEYS];
68 size_t len[NUM_WEP_KEYS];
vlan_init.c 27 for (i = 0; i < NUM_WEP_KEYS; i++) {
ap_config.c 390 for (i = 0; i < NUM_WEP_KEYS; i++) {
755 for (i = 0; i < NUM_WEP_KEYS; i++) {
hostapd.c 211 for (i = 0; i < NUM_WEP_KEYS; i++) {
221 for (i = NUM_WEP_KEYS; i < NUM_WEP_KEYS + 2; i++) {
    [all...]

Completed in 311 milliseconds