Home
last modified time | relevance | path

Searched refs:os_bzero (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.4.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c406 os_bzero(tmpp, 9); in wps_init()
557 os_bzero(tmp, 32); in wps_parse_scan_result()
965 os_bzero(sm->bssid, ETH_ALEN); in wps_stop_process()
966 os_bzero(sm->ssid, sizeof(sm->ssid)); in wps_stop_process()
967 os_bzero(sm->ssid_len, sizeof(sm->ssid_len)); in wps_stop_process()
968 os_bzero((u8 *)&sm->config, sizeof(wifi_sta_config_t)); in wps_stop_process()
1029 os_bzero(sm->ssid, sizeof(sm->ssid)); in wps_finish()
1030 os_bzero(sm->ssid_len, sizeof(sm->ssid_len)); in wps_finish()
1528 os_bzero(sm->ssid, sizeof(sm->ssid)); in wifi_station_wps_msg_timeout_internal()
1529 os_bzero(sm->ssid_len, sizeof(sm->ssid_len)); in wifi_station_wps_msg_timeout_internal()
[all …]
Desp_dpp.c610 os_bzero(&s_dpp_ctx, sizeof(s_dpp_ctx)); in esp_supp_dpp_init()
/hal_espressif-3.4.0/components/wpa_supplicant/port/include/
Dos.h224 #ifndef os_bzero
225 #define os_bzero(s, n) memset(s, 0, n) macro
/hal_espressif-3.4.0/components/wpa_supplicant/src/eap_peer/
Deap.c515 os_bzero(&sm->config, sizeof(struct eap_peer_config)); in eap_peer_config_deinit()
577 os_bzero(&sm->blob[0], sizeof(struct wpa_config_blob)*BLOB_NUM); in eap_peer_blob_init()
681 os_bzero(&sm->blob[0], sizeof(struct wpa_config_blob)*BLOB_NUM); in eap_peer_blob_deinit()
/hal_espressif-3.4.0/components/wpa_supplicant/src/ap/
Dap_config.c116 os_bzero(empty, ETH_ALEN); in hostapd_mac_comp_empty()
/hal_espressif-3.4.0/components/wpa_supplicant/src/rsn_supp/
Dwpa.c1130 os_bzero(null_rsc, WPA_KEY_RSC_LEN); in wpa_sm_set_seq()