Searched refs:wps_rx_param (Results 1 – 1 of 1) sorted by relevance
43 struct wps_rx_param { struct47 STAILQ_ENTRY(wps_rx_param) bqentry; argument49 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()