Searched refs:wps_credential (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_attr_process.c | 84 static int wps_process_cred_network_idx(struct wps_credential *cred, in wps_process_cred_network_idx() 99 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid() 122 static int wps_process_cred_auth_type(struct wps_credential *cred, in wps_process_cred_auth_type() 139 static int wps_process_cred_encr_type(struct wps_credential *cred, in wps_process_cred_encr_type() 156 static int wps_process_cred_network_key_idx(struct wps_credential *cred, in wps_process_cred_network_key_idx() 169 static int wps_process_cred_network_key(struct wps_credential *cred, in wps_process_cred_network_key() 195 static int wps_process_cred_mac_addr(struct wps_credential *cred, in wps_process_cred_mac_addr() 211 static int wps_workaround_cred_key(struct wps_credential *cred) in wps_workaround_cred_key() 248 struct wps_credential *cred) in wps_process_cred() 268 struct wps_credential *cred) in wps_process_ap_settings()
|
D | wps_i.h | 101 struct wps_credential cred; 114 struct wps_credential *new_ap_settings; 118 void (*ap_settings_cb)(void *ctx, const struct wps_credential *cred); 121 struct wps_credential *use_cred; 193 struct wps_credential *cred); 195 struct wps_credential *cred);
|
D | wps.h | 47 struct wps_credential { struct 149 const struct wps_credential *new_ap_settings; 606 const struct wps_credential *cred; 818 int (*cred_cb)(void *ctx, const struct wps_credential *cred); 880 struct wps_credential *cred); 899 const struct wps_credential *cred); 926 const struct wps_credential *cred); 929 const struct wps_credential *cred); 931 struct wps_credential *cred);
|
D | wps_registrar.c | 1541 const struct wps_credential *cred) in wps_build_cred_network_idx() 1552 const struct wps_credential *cred) in wps_build_cred_ssid() 1565 const struct wps_credential *cred) in wps_build_cred_auth_type() 1577 const struct wps_credential *cred) in wps_build_cred_encr_type() 1589 const struct wps_credential *cred) in wps_build_cred_network_key() 1603 const struct wps_credential *cred) in wps_build_credential() 1617 const struct wps_credential *cred) in wps_build_credential_wrap() 1814 struct wps_credential stub; in wps_build_cred() 2912 static void wps_cred_update(struct wps_credential *dst, in wps_cred_update() 2913 struct wps_credential *src) in wps_cred_update() [all …]
|
D | wps_common.c | 399 struct wps_credential cred; in wps_get_oob_cred() 457 struct wps_credential local_cred; in wps_oob_use_cred()
|
D | wps_enrollee.c | 831 struct wps_credential *cred; in wps_process_ap_settings_e() 834 cred = (struct wps_credential *)os_zalloc(sizeof(struct wps_credential)); in wps_process_ap_settings_e()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wps_i.h | 71 struct wps_credential creds[MAX_CRED_COUNT];
|
D | esp_wps.c | 1368 static int save_credentials_cb(void *ctx, const struct wps_credential *cred) in save_credentials_cb() 1370 struct wps_credential *creds; in save_credentials_cb()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wps_hostapd.c | 510 struct wps_credential cred = {0}; in hostapd_wps_config_ap() 532 wps_data->use_cred = os_malloc(sizeof(struct wps_credential)); in hostapd_wps_config_ap() 537 os_memcpy(wps_data->use_cred, &cred, sizeof(struct wps_credential)); in hostapd_wps_config_ap()
|