Searched refs:sta_ssid (Results 1 – 4 of 4) sorted by relevance
299 if (info->sta_ssid) { in btc_blufi_wifi_conn_report()302 memcpy(p, info->sta_ssid, info->sta_ssid_len); in btc_blufi_wifi_conn_report()453 dst->sta_ssid.ssid = osi_malloc(src->sta_ssid.ssid_len); in btc_blufi_cb_deep_copy()454 if (dst->sta_ssid.ssid == NULL) { in btc_blufi_cb_deep_copy()457 memcpy(dst->sta_ssid.ssid, src->sta_ssid.ssid, src->sta_ssid.ssid_len); in btc_blufi_cb_deep_copy()541 osi_free(param->sta_ssid.ssid); in btc_blufi_cb_deep_free()699 if (src_info->sta_ssid) { in btc_blufi_call_deep_copy()700 dst->wifi_conn_report.extra_info->sta_ssid = osi_malloc(src_info->sta_ssid_len); in btc_blufi_call_deep_copy()701 if (dst->wifi_conn_report.extra_info->sta_ssid) { in btc_blufi_call_deep_copy()702 … memcpy(dst->wifi_conn_report.extra_info->sta_ssid, src_info->sta_ssid, src_info->sta_ssid_len); in btc_blufi_call_deep_copy()[all …]
125 param.sta_ssid.ssid = &data[0]; in btc_blufi_protocol_handler()126 param.sta_ssid.ssid_len = len; in btc_blufi_protocol_handler()
91 uint8_t *sta_ssid; /*!< SSID of station interface */ member181 …} sta_ssid; /*!< Blufi callback param of ESP_BLUFI_EVENT_RECV_… member
2479 struct wifi_ssid *sta_ssid = esp_wifi_sta_get_prof_ssid_internal(); in wpa_set_passphrase() local2499 …kdf2_sha1((char *)esp_wifi_sta_get_prof_password_internal(), sta_ssid->ssid, (size_t)sta_ssid->len, in wpa_set_passphrase()