HomeSort by relevance Sort by last modified time
    Searched refs:soh_response (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_peap.c 61 struct wpabuf *soh_response; member in struct:eap_peap_data
207 wpabuf_free(data->soh_response);
379 if (data->soh_response)
380 len += wpabuf_len(data->soh_response);
405 if (data->soh_response) {
408 wpabuf_put_buf(buf, data->soh_response);
409 wpabuf_free(data->soh_response);
410 data->soh_response = NULL;
868 wpabuf_free(data->soh_response);
869 data->soh_response = tncs_process_soh(soh_tlv, soh_tlv_len
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 56 struct wpabuf *soh_response; member in struct:eap_peap_data
202 wpabuf_free(data->soh_response);
380 if (data->soh_response)
381 mlen += wpabuf_len(data->soh_response);
406 if (data->soh_response) {
409 wpabuf_put_buf(buf, data->soh_response);
410 wpabuf_free(data->soh_response);
411 data->soh_response = NULL;
869 wpabuf_free(data->soh_response);
870 data->soh_response = tncs_process_soh(soh_tlv, soh_tlv_len
    [all...]

Completed in 367 milliseconds