Lines Matching refs:rbuf
70 u8 *rbuf, *pos; in wpa_supplicant_send_smk_error() local
78 rbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, in wpa_supplicant_send_smk_error()
81 if (rbuf == NULL) in wpa_supplicant_send_smk_error()
118 ETH_P_EAPOL, rbuf, rlen, err192->key_mic); in wpa_supplicant_send_smk_error()
132 u8 *rbuf, *pos; in wpa_supplicant_send_smk_m3() local
141 rbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, in wpa_supplicant_send_smk_m3()
144 if (rbuf == NULL) in wpa_supplicant_send_smk_m3()
172 ETH_P_EAPOL, rbuf, rlen, reply192->key_mic); in wpa_supplicant_send_smk_m3()
986 u8 bssid[ETH_ALEN], *rbuf, *pos, *count_pos; in wpa_sm_stkstart() local
1049 rbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL, in wpa_sm_stkstart()
1052 if (rbuf == NULL) { in wpa_sm_stkstart()
1069 os_free(rbuf); in wpa_sm_stkstart()
1088 ETH_P_EAPOL, rbuf, rlen, req->key_mic); in wpa_sm_stkstart()