Home
last modified time | relevance | path

Searched refs:wep_key (Results 1 – 14 of 14) sorted by relevance

/NextBSD/tools/tools/net80211/w00t/ap/
HDap.c66 char wep_key[13]; member
518 if (wep_decrypt(wh, len, p->wep_key, p->wep_len) == -1){ in read_real_data()
763 wep_encrypt(wh, rd, p->wep_key, p->wep_len); in read_tap()
887 if (str2wep(p.wep_key, &p.wep_len, optarg)) { in main()
/NextBSD/tools/tools/net80211/w00t/assoc/
HDassoc.c66 char wep_key[13]; member
383 if (wep_decrypt(wh, len, p->wep_key, p->wep_len) == -1){ in generic_process()
702 wep_encrypt(wh, p->packet_len, p->wep_key, p->wep_len); in read_tap()
750 if (str2wep(p.wep_key, &p.wep_len, optarg)) { in main()
/NextBSD/contrib/wpa/src/common/
HDprivsep_commands.h40 u8 wep_key[4][16]; member
/NextBSD/contrib/wpa/wpa_supplicant/
HDconfig_ssid.h253 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN]; member
HDwpa_priv.c229 params.wep_key[i] = auth->wep_key[i]; in wpa_priv_cmd_authenticate()
HDconfig.c1498 return wpa_config_parse_wep_key(ssid->wep_key[0], in wpa_config_parse_wep_key0()
1508 return wpa_config_parse_wep_key(ssid->wep_key[1], in wpa_config_parse_wep_key1()
1518 return wpa_config_parse_wep_key(ssid->wep_key[2], in wpa_config_parse_wep_key2()
1528 return wpa_config_parse_wep_key(ssid->wep_key[3], in wpa_config_parse_wep_key3()
1539 return wpa_config_write_string(ssid->wep_key[idx], in wpa_config_write_wep_key()
HDsme.c281 params.wep_key[i] = ssid->wep_key[i]; in sme_send_authentication()
HDap.c278 os_memcpy(wep->key[i], ssid->wep_key[i], in wpa_supplicant_conf_ap()
HDwpa_supplicant.c123 ssid->wep_key[i], ssid->wep_key_len[i]); in wpa_set_wep_keys()
2294 params.wep_key[i] = ssid->wep_key[i]; in wpas_start_assoc_cb()
/NextBSD/contrib/wpa/src/drivers/
HDdriver_privsep.c249 if (params->wep_key[i]) in wpa_driver_privsep_authenticate()
250 os_memcpy(data->wep_key[i], params->wep_key[i], in wpa_driver_privsep_authenticate()
HDdriver.h429 const u8 *wep_key[4]; member
654 const u8 *wep_key[4]; member
HDdriver_ndis.c1083 if (!params->wep_key[i]) in wpa_driver_ndis_associate()
1090 NULL, 0, params->wep_key[i], in wpa_driver_ndis_associate()
/NextBSD/sys/dev/usb/wlan/
HDif_upgtvar.h327 struct upgt_lmac_tx_desc_wep wep_key; member
/NextBSD/sys/dev/iwm/
HDif_iwmreg.h5218 struct iwm_mvm_wep_key wep_key[0]; member