Searched refs:gas_query_req (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | gas_query.h | 37 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq,
|
D | gas_query.c | 832 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq, in gas_query_req() function
|
D | interworking.c | 319 res = gas_query_req(wpa_s->gas, bss->bssid, bss->freq, 0, 0, buf, in interworking_anqp_send_req() 2818 res = gas_query_req(wpa_s->gas, dst, freq, 0, 0, buf, anqp_resp_cb, in anqp_send_req() 3264 res = gas_query_req(wpa_s->gas, dst, freq, 0, 0, buf, gas_resp_cb, in gas_send_request()
|
D | hs20_supplicant.c | 301 res = gas_query_req(wpa_s->gas, dst, freq, 0, 0, buf, anqp_resp_cb, in hs20_anqp_send_req()
|
D | dpp_supplicant.c | 1758 res = gas_query_req(wpa_s->gas, auth->peer_mac_addr, auth->curr_freq, in wpas_dpp_start_gas_client()
|