Searched refs:wpa2_rx_param (Results 1 – 1 of 1) sorted by relevance
149 struct wpa2_rx_param { struct154 STAILQ_ENTRY(wpa2_rx_param) bqentry; argument156 static STAILQ_HEAD(, wpa2_rx_param) s_wpa2_rxq;165 static void wpa2_rxq_enqueue(struct wpa2_rx_param *param) in wpa2_rxq_enqueue()172 static struct wpa2_rx_param * wpa2_rxq_dequeue(void) in wpa2_rxq_dequeue()174 struct wpa2_rx_param *param = NULL; in wpa2_rxq_dequeue()186 struct wpa2_rx_param *param = NULL; in wpa2_rxq_deinit()226 struct wpa2_rx_param *param = NULL; in wpa2_task()472 …struct wpa2_rx_param *param = (struct wpa2_rx_param *)os_zalloc(sizeof(struct wpa2_rx_param)); /… in eap_sm_rx_eapol()