Searched refs:outbuf (Results 1 – 2 of 2) sorted by relevance
312 u8 *outbuf = NULL; in eap_sm_send_eapol() local322 outbuf = wpa_alloc_eapol(sm, IEEE802_1X_TYPE_EAP_PACKET, in eap_sm_send_eapol()325 if (!outbuf) { in eap_sm_send_eapol()329 ret = wpa_ether_send(sm, bssid, ETH_P_EAPOL, outbuf, outlen); in eap_sm_send_eapol()330 wpa_free_eapol(outbuf); in eap_sm_send_eapol()
292 struct pbuf *outbuf; member