Home
last modified time | relevance | path

Searched refs:wifi_wpa_igtk_t (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wifi_driver.h194 } wifi_wpa_igtk_t; typedef
276 int esp_wifi_set_igtk_internal(uint8_t if_index, const wifi_wpa_igtk_t *igtk);
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c345 int esp_wifi_set_igtk_internal(uint8_t if_index, const wifi_wpa_igtk_t *igtk) in esp_wifi_set_igtk_internal()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c698 if (esp_wifi_set_igtk_internal(WIFI_IF_STA, (wifi_wpa_igtk_t *)igtk) < 0) {
Dwpa.c1025 const wifi_wpa_igtk_t *igtk) in wpa_supplicant_install_igtk()
1113 const wifi_wpa_igtk_t *igtk; in ieee80211w_set_keys()
1120 igtk = (const wifi_wpa_igtk_t*)ie->igtk; in ieee80211w_set_keys()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c167 wifi_wpa_igtk_t *igtk = os_malloc(sizeof(wifi_wpa_igtk_t)); in wpa_auth_set_key()