Home
last modified time | relevance | path

Searched refs:wpa (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c75 auth_conf->wpa = WPA_PROTO_WPA; in hostap_init()
78 auth_conf->wpa = WPA_PROTO_RSN; in hostap_init()
81 auth_conf->wpa = WPA_PROTO_RSN | WPA_PROTO_WPA; in hostap_init()
84 auth_conf->wpa = WPA_PROTO_RSN; in hostap_init()
90 if((auth_conf->wpa & WPA_PROTO_RSN) == WPA_PROTO_RSN) in hostap_init()
100 if (auth_conf->wpa == WPA_PROTO_WPA && pairwise_cipher == WIFI_CIPHER_TYPE_CCMP) { in hostap_init()
269 if (!(hapd->wpa_auth->conf.wpa & WPA_PROTO_RSN)) { in esp_wifi_build_rsnxe()
366 if (hapd->wpa_auth->conf.wpa) { in hostap_new_assoc_sta()
Desp_wifi_driver.h102 uint8_t *wpa; member
Desp_wps.c383 if (!scan->rsn && !scan->wpa && (scan->capinfo & WLAN_CAPABILITY_PRIVACY)) { in wps_parse_scan_result()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c434 if (wpa_auth == NULL || !wpa_auth->conf.wpa || sm == NULL) in wpa_auth_sta_associated()
633 if (wpa_auth == NULL || !wpa_auth->conf.wpa || sm == NULL) in wpa_receive()
655 if (sm->wpa == WPA_VERSION_WPA2) { in wpa_receive()
813 ft = sm->wpa == WPA_VERSION_WPA2 && in wpa_receive()
1069 key->type = sm->wpa == WPA_VERSION_WPA2 ? in __wpa_send_eapol()
1072 if (encr && sm->wpa == WPA_VERSION_WPA2) in __wpa_send_eapol()
1074 if (sm->wpa != WPA_VERSION_WPA2) in __wpa_send_eapol()
1079 if (sm->wpa == WPA_VERSION_WPA2 && !pairwise) in __wpa_send_eapol()
1348 if (sm->wpa == WPA_VERSION_WPA) in SM_STATE()
1553 if (sm->wpa == WPA_VERSION_WPA2 && in SM_STATE()
[all …]
Dwpa_auth_ie.c336 if (wpa_auth->conf.wpa & WPA_PROTO_RSN) { in wpa_auth_gen_wpa_ie()
357 if (wpa_auth->conf.wpa & WPA_PROTO_WPA) { in wpa_auth_gen_wpa_ie()
418 if (!(wpa_auth->conf.wpa & version)) { in wpa_validate_wpa_ie()
605 sm->wpa = WPA_VERSION_WPA2; in wpa_validate_wpa_ie()
607 sm->wpa = WPA_VERSION_WPA; in wpa_validate_wpa_ie()
Dwps_hostapd.c517 if (hapd->wpa_auth->conf.wpa == WPA_PROTO_WPA) { in hostapd_wps_config_ap()
520 } else if (hapd->wpa_auth->conf.wpa == WPA_PROTO_RSN) { in hostapd_wps_config_ap()
523 } else if (hapd->wpa_auth->conf.wpa == (WPA_PROTO_RSN | WPA_PROTO_WPA)) { in hostapd_wps_config_ap()
Dieee802_1x.c442 conf.wpa = hapd->conf->wpa; in ieee802_1x_init()
Dwpa_auth_i.h108 } wpa; member
Dap_config.h200 int wpa; /* bitfield of WPA_PROTO_WPA, WPA_PROTO_RSN */ member
Dwpa_auth.h128 int wpa; member
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.h20 int wpa; member
Deapol_auth_sm.c815 if (!eapol->conf.wpa && in eapol_auth_alloc()
821 if (eapol->conf.wpa) in eapol_auth_alloc()
1175 dst->wpa = src->wpa; in eapol_auth_conf_clone()
/hal_espressif-latest/components/wpa_supplicant/
DCMakeLists.txt57 "src/rsn_supp/wpa.c"
/hal_espressif-latest/zephyr/esp32/
DCMakeLists.txt473 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/rsn_supp/wpa.c"
/hal_espressif-latest/zephyr/esp32c2/
DCMakeLists.txt431 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/rsn_supp/wpa.c"
/hal_espressif-latest/zephyr/esp32s2/
DCMakeLists.txt434 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/rsn_supp/wpa.c"
/hal_espressif-latest/zephyr/esp32c3/
DCMakeLists.txt486 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/rsn_supp/wpa.c"
/hal_espressif-latest/zephyr/esp32c6/
DCMakeLists.txt439 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/rsn_supp/wpa.c"
/hal_espressif-latest/zephyr/esp32s3/
DCMakeLists.txt503 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/rsn_supp/wpa.c"