Home
last modified time | relevance | path

Searched refs:pmkr0name (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwpa.h552 const uint8 *pmk, uint pmk_len, uint8 *pmkr0, uint8 *pmkr0name);
557 const uint8 *pmkr0name, uint8 *pmkr1, uint8 *pmkr1name);
565 struct ether_addr *sta_ea, uint8 *pmkr0name, uint8 *pmkr1name);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwpa.c312 const uint8 *pmk, uint pmk_len, uint8 *pmkr0, uint8 *pmkr0name) in wpa_calc_pmkR0() argument
368 (void)sha2(hash_type, pfx2, npfx2, NULL, 0, pmkr0name, WPA2_PMKID_LEN); in wpa_calc_pmkR0()
373 const struct ether_addr *sta_ea, const uint8 *pmk, uint pmk_len, const uint8 *pmkr0name, in wpa_calc_pmkR1() argument
405 pfx2[npfx2++].data = pmkr0name; in wpa_calc_pmkR1()
449 uint8 *pmkr0name, uint8 *pmkr1name) in wpa_derive_pmkR1_name() argument
452 pmkr0name, NULL /* pmkr1 */, pmkr1name); in wpa_derive_pmkR1_name()