Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c43 struct wps_rx_param { struct
47 STAILQ_ENTRY(wps_rx_param) bqentry; argument
49 static STAILQ_HEAD(,wps_rx_param) s_wps_rxq;
116 static void wps_rxq_enqueue(struct wps_rx_param *param) in wps_rxq_enqueue()
123 static struct wps_rx_param * wps_rxq_dequeue(void) in wps_rxq_dequeue()
125 struct wps_rx_param *param = NULL; in wps_rxq_dequeue()
137 struct wps_rx_param *param = NULL; in wps_rxq_deinit()
198 struct wps_rx_param *param = NULL; in wps_task()
1113 …struct wps_rx_param *param = (struct wps_rx_param *)os_zalloc(sizeof(struct wps_rx_param)); /* f… in wps_sm_rx_eapol()