Home
last modified time | relevance | path

Searched refs:last_gas_resp (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h608 struct wpabuf *last_gas_resp; member
Dinterworking.c1959 wpabuf_free(wpa_s->last_gas_resp); in gas_resp_cb()
1960 wpa_s->last_gas_resp = wpabuf_dup(resp); in gas_resp_cb()
1961 if (wpa_s->last_gas_resp == NULL) in gas_resp_cb()
Dctrl_iface.c4147 if (!wpa_s->last_gas_resp) in gas_response_get()
4163 resp_len = wpabuf_len(wpa_s->last_gas_resp); in gas_response_get()
4185 wpabuf_head_u8(wpa_s->last_gas_resp) + start, in gas_response_get()
Dwpa_supplicant.c478 wpabuf_free(wpa_s->last_gas_resp); in wpa_supplicant_cleanup()