Home
last modified time | relevance | path

Searched refs:capable (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c122 if (pmf_cfg.required && pmf_cfg.capable) { in hostap_init()
126 } else if (pmf_cfg.capable && !pmf_cfg.required) { in hostap_init()
142 …auth_conf->spp_sup.capable = ((spp_attrubute & WPA_CAPABILITY_SPP_CAPABLE) ? SPP_AMSDU_CAP_ENABLE … in hostap_init()
Desp_wpa_main.c183 *spp_cap = sta->wpa_sm->spp_sup.capable; in wpa_ap_get_peer_spp_msg()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ie.c214 if (sm->pmf_cfg.capable) { in wpa_gen_wpa_ie_rsn()
222 if (sm->spp_sup.capable) { in wpa_gen_wpa_ie_rsn()
Dwpa.c1351 if (sm->pmf_cfg.capable && ieee80211w_set_keys(sm, &ie) < 0) { in wpa_supplicant_process_3_of_4()
2176 …sm->spp_sup.capable = ((spp_attrubute & WPA_CAPABILITY_SPP_CAPABLE) ? SPP_AMSDU_CAP_ENABLE : SPP_A… in wpa_sm_init()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_ie.c225 if (conf->spp_sup.capable) { in wpa_write_rsn_ie()
541 sm->spp_sup.capable = SPP_AMSDU_CAP_ENABLE; in wpa_validate_wpa_ie()
543 sm->spp_sup.capable = SPP_AMSDU_CAP_DISABLE; in wpa_validate_wpa_ie()
/hal_espressif-latest/components/esp_psram/
DKconfig.spiram.common54 …If malloc() is capable of also allocating SPI-connected ram, its allocation strategy will prefer to
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.h367 bool capable; member
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflash-modes.rst48 …best performance, but may cause crashing if the flash or board design is not capable of this speed.
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h279 …bool capable; /**< Deprecated variable. Device will always connect in PMF mode if other… member