Searched refs:esp_wifi_get_appie_internal (Results 1 – 3 of 3) sorted by relevance
230 struct wifi_appie *esp_wifi_get_appie_internal(uint8_t type);
1472 …if (esp_wifi_get_appie_internal(WIFI_APPIE_WPS_PR) == NULL) { /* alloc probe req wps ie… in wifi_station_wps_init()1476 …if (esp_wifi_get_appie_internal(WIFI_APPIE_WPS_AR) == NULL) { /* alloc assoc req wps ie … in wifi_station_wps_init()
80 struct wifi_appie *esp_wifi_get_appie_internal(uint8_t type) in esp_wifi_get_appie_internal() function