Searched refs:wpa_drv_set_key (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant/ |
D | wpa_supplicant.c | 266 return wpa_drv_set_key(wpa_s, WPA_ALG_WEP, in wpa_eapol_set_wep_key() 305 return wpa_drv_set_key(wpa_s, WPA_ALG_WEP, in wpa_set_wep_key() 355 return wpa_drv_set_key(wpa_s, alg, (u8 *) "\xff\xff\xff\xff\xff\xff", in wpa_supplicant_set_wpa_none_key() 768 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 0, 0, NULL, 0, NULL, 0); in wpa_clear_keys() 769 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 1, 0, NULL, 0, NULL, 0); in wpa_clear_keys() 770 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 2, 0, NULL, 0, NULL, 0); in wpa_clear_keys() 771 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 3, 0, NULL, 0, NULL, 0); in wpa_clear_keys() 773 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, addr, 0, 0, NULL, 0, NULL, in wpa_clear_keys() 1904 return wpa_drv_set_key(wpa_s, alg, addr, key_idx, set_tx, seq, seq_len, in wpa_supplicant_set_key()
|
D | wpa_supplicant_i.h | 514 static inline int wpa_drv_set_key(struct wpa_supplicant *wpa_s, wpa_alg alg, in wpa_drv_set_key() function
|