Searched refs:wpa2_rx_param (Results 1 – 1 of 1) sorted by relevance
124 struct wpa2_rx_param { struct129 STAILQ_ENTRY(wpa2_rx_param) bqentry; argument131 static STAILQ_HEAD(, wpa2_rx_param) s_wpa2_rxq;140 static void wpa2_rxq_enqueue(struct wpa2_rx_param *param) in wpa2_rxq_enqueue()147 static struct wpa2_rx_param * wpa2_rxq_dequeue(void) in wpa2_rxq_dequeue()149 struct wpa2_rx_param *param = NULL; in wpa2_rxq_dequeue()161 struct wpa2_rx_param *param = NULL; in wpa2_rxq_deinit()201 struct wpa2_rx_param *param = NULL; in wpa2_task()490 …struct wpa2_rx_param *param = (struct wpa2_rx_param *)os_zalloc(sizeof(struct wpa2_rx_param)); /… in eap_sm_rx_eapol()