Searched refs:pend_eapol_pkt (Results 1 – 2 of 2) sorted by relevance
210 void *pend_eapol_pkt; member2918 if (rx && cur_if->pend_eapol_pkt && !cur_if->eapol_retry) { in wl_ext_calc_eapol_intvl()2956 if (cur_if->pend_eapol_pkt) { in wl_ext_free_eapol_txpkt()2957 PKTCFREE(dhd->osh, cur_if->pend_eapol_pkt, TRUE); in wl_ext_free_eapol_txpkt()2958 cur_if->pend_eapol_pkt = NULL; in wl_ext_free_eapol_txpkt()2997 cur_if->pend_eapol_pkt = skb_copy(pkt, GFP_ATOMIC); in wl_ext_backup_eapol_txpkt()2998 if (cur_if->pend_eapol_pkt) { in wl_ext_backup_eapol_txpkt()3032 void *pend_eapol_pkt = NULL; in wl_resend_eapol_handler() local3036 if (cur_if->pend_eapol_pkt && wl_ext_sta_connecting(cur_if->dev)) { in wl_resend_eapol_handler()3037 pend_eapol_pkt = skb_copy(cur_if->pend_eapol_pkt, GFP_ATOMIC); in wl_resend_eapol_handler()[all …]
240 void *pend_eapol_pkt; member3255 if (rx && cur_if->pend_eapol_pkt && !cur_if->eapol_retry) { in wl_ext_calc_eapol_intvl()3293 if (cur_if->pend_eapol_pkt) { in wl_ext_free_eapol_txpkt()3294 PKTCFREE(dhd->osh, cur_if->pend_eapol_pkt, TRUE); in wl_ext_free_eapol_txpkt()3295 cur_if->pend_eapol_pkt = NULL; in wl_ext_free_eapol_txpkt()3334 cur_if->pend_eapol_pkt = skb_copy(pkt, GFP_ATOMIC); in wl_ext_backup_eapol_txpkt()3335 if (cur_if->pend_eapol_pkt) { in wl_ext_backup_eapol_txpkt()3369 void *pend_eapol_pkt = NULL; in wl_resend_eapol_handler() local3373 if (cur_if->pend_eapol_pkt && wl_ext_sta_connecting(cur_if->dev)) { in wl_resend_eapol_handler()3374 pend_eapol_pkt = skb_copy(cur_if->pend_eapol_pkt, GFP_ATOMIC); in wl_resend_eapol_handler()[all …]