Searched refs:gas_query_req (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | gas_query.h | 36 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq,
|
D | gas_query.c | 838 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() 2870 res = gas_query_req(wpa_s->gas, dst, freq, 0, 0, buf, anqp_resp_cb, in anqp_send_req() 3316 res = gas_query_req(wpa_s->gas, dst, freq, 0, 0, buf, gas_resp_cb, in gas_send_request()
|
D | hs20_supplicant.c | 290 res = gas_query_req(wpa_s->gas, dst, freq, 0, 0, buf, anqp_resp_cb, in hs20_anqp_send_req()
|
D | dpp_supplicant.c | 2035 res = gas_query_req(wpa_s->gas, auth->peer_mac_addr, auth->curr_freq, in wpas_dpp_start_gas_client()
|