/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | ap_config.c | 122 static int hostapd_derive_psk(struct hostapd_ssid *ssid) in hostapd_derive_psk() 151 struct hostapd_ssid *ssid = &conf->ssid; in hostapd_setup_sae_pt() local 176 struct hostapd_ssid *ssid = &conf->ssid; in hostapd_setup_wpa_psk() local
|
D | ap_config.h | 49 u8 ssid[HOSTAPD_MAX_SSID_LEN]; member 186 struct hostapd_ssid ssid; member
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | bss.c | 60 const u8 *ssid, size_t ssid_len) in wpa_bss_get() 110 struct wifi_ssid *ssid = esp_wifi_sta_get_prof_ssid_internal(); in wpa_bss_known() local 179 const u8 *ssid, size_t ssid_len, in wpa_bss_add() 307 const u8 *ssid; in wpa_bss_update_scan_res() local
|
D | bss.h | 35 u8 ssid[SSID_MAX_LEN]; member
|
D | sae.h | 80 u8 ssid[32]; member 94 u8 ssid[32]; member
|
D | sae.c | 777 static int sae_pwd_seed(size_t hash_len, const u8 *ssid, size_t ssid_len, in sae_pwd_seed() 819 const u8 *ssid, size_t ssid_len, in sae_derive_pt_ecc() 919 const u8 *ssid, size_t ssid_len, in sae_derive_pt_ffc() 996 sae_derive_pt_group(int group, const u8 *ssid, size_t ssid_len, in sae_derive_pt_group() 1049 struct sae_pt * sae_derive_pt(int *groups, const u8 *ssid, size_t ssid_len, in sae_derive_pt()
|
D | mbo.c | 94 , struct wpa_ssid *ssid in wpas_mbo_check_pmf()
|
D | wnm_sta.c | 654 struct wpa_bss *bss, char *ssid, in wnm_bss_tm_connect()
|
D | wpa_supplicant_i.h | 57 u8 ssid[SSID_MAX_LEN]; member
|
D | rrm.c | 137 const struct wpa_ssid_value *ssid, in wpas_rrm_send_neighbor_rep_request()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | sha1-pbkdf2.c | 14 static int pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, in pbkdf2_sha1_f() 72 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, in pbkdf2_sha1()
|
/hal_espressif-latest/components/esp_wifi/src/ |
D | smartconfig.c | 31 uint8_t ssid[33] = { 0 }; in handler_got_ssid_passwd() local
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_smartconfig.h | 39 uint8_t ssid[32]; /**< SSID of the AP. Null terminated string. */ member
|
D | esp_wifi_types.h | 176 uint8_t *ssid; /**< SSID of AP */ member 222 uint8_t ssid[33]; /**< SSID of AP */ member 300 …uint8_t ssid[32]; /**< SSID of soft-AP. If ssid_len field is 0, this must be a Null term… member 319 uint8_t ssid[32]; /**< SSID of target AP. */ member 939 uint8_t ssid[32]; /**< SSID of connected AP */ member 949 uint8_t ssid[32]; /**< SSID of disconnected AP */ member 983 uint8_t ssid[MAX_SSID_LEN]; /**< SSID of AP */ member
|
/hal_espressif-latest/components/bt/common/api/include/api/ |
D | esp_blufi_api.h | 115 uint8_t ssid[33]; /**< SSID of AP */ member 179 uint8_t *ssid; /*!< SSID */ member 196 uint8_t *ssid; /*!< SSID */ member
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_attr_process.c | 99 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid()
|
D | wps_attr_parse.h | 68 const u8 *ssid; /* <= 32 octets */ member
|
D | wps.h | 48 u8 ssid[SSID_MAX_LEN]; member 675 u8 ssid[SSID_MAX_LEN]; member
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_hostap.c | 43 struct wifi_ssid *ssid = esp_wifi_ap_get_prof_ap_ssid_internal(); in hostap_init() local
|
D | esp_common.c | 485 struct wifi_ssid *ssid; in esp_rrm_send_neighbor_rep_request() local 551 struct wpa_bss *bss, char *ssid) in wpa_supplicant_connect()
|
D | esp_wifi_driver.h | 94 uint8_t ssid[32]; member 101 uint8_t *ssid; member
|
D | esp_wpa_main.c | 107 struct wifi_ssid *ssid = esp_wifi_sta_get_prof_ssid_internal(); in wpa_config_bss() local
|
D | esp_wpa3.c | 34 struct wifi_ssid *ssid = esp_wifi_sta_get_prof_ssid_internal(); in wpa3_build_sae_commit() local
|
/hal_espressif-latest/components/wpa_supplicant/src/drivers/ |
D | driver.h | 101 const u8 *ssid; member
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | common.c | 292 const char * wpa_ssid_txt(const u8 *ssid, size_t ssid_len) in wpa_ssid_txt()
|