Searched refs:wps_cb (Results 1 – 3 of 3) sorted by relevance
1417 struct wps_funcs *wps_cb; in wifi_station_wps_init() local1486 wps_cb = os_malloc(sizeof(struct wps_funcs)); in wifi_station_wps_init()1487 if (wps_cb == NULL) { in wifi_station_wps_init()1490 wps_cb->wps_parse_scan_result = wps_parse_scan_result; in wifi_station_wps_init()1491 wps_cb->wifi_station_wps_start = wifi_station_wps_start; in wifi_station_wps_init()1492 wps_cb->wps_sm_rx_eapol = wps_sm_rx_eapol; in wifi_station_wps_init()1493 wps_cb->wps_start_pending = wps_start_pending; in wifi_station_wps_init()1494 esp_wifi_set_wps_cb_internal(wps_cb); in wifi_station_wps_init()
267 int esp_wifi_set_wps_cb_internal(struct wps_funcs *wps_cb);
297 int esp_wifi_set_wps_cb_internal(struct wps_funcs *wps_cb) in esp_wifi_set_wps_cb_internal() argument299 ARG_UNUSED(wps_cb); in esp_wifi_set_wps_cb_internal()