Home
last modified time | relevance | path

Searched refs:ap_notify_completed_rsne (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ie.c132 if ( (sm->ap_notify_completed_rsne == true) || (key_mgmt == WPA_KEY_MGMT_IEEE8021X) ) { in wpa_gen_wpa_ie_rsn()
156 if ( (sm->ap_notify_completed_rsne == false) && (key_mgmt != WPA_KEY_MGMT_IEEE8021X) ) { in wpa_gen_wpa_ie_rsn()
Dwpa_i.h89 bool ap_notify_completed_rsne; member
Dwpa.c2357 sm->ap_notify_completed_rsne = esp_wifi_sta_is_ap_notify_completed_rsne_internal(); in wpa_set_bss()