Searched defs:gas (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | gas_query.c | 40 struct gas_query *gas; member 102 struct gas_query *gas; in gas_query_init() local 140 struct gas_query *gas = query->gas; in gas_query_free() local 157 static void gas_query_done(struct gas_query *gas, in gas_query_done() 183 void gas_query_deinit(struct gas_query *gas) in gas_query_deinit() 199 gas_query_get_pending(struct gas_query *gas, const u8 *addr, u8 dialog_token) in gas_query_get_pending() 236 struct gas_query *gas = wpa_s->gas; in gas_query_tx_status() local 284 static int gas_query_tx(struct gas_query *gas, struct gas_query_pending *query, in gas_query_tx() 325 static void gas_query_tx_comeback_req(struct gas_query *gas, in gas_query_tx_comeback_req() 352 struct gas_query *gas = eloop_data; in gas_query_rx_comeback_timeout() local [all …]
|
D | gas_query.h | 52 static inline void gas_query_deinit(struct gas_query *gas) in gas_query_deinit()
|
D | wpa_supplicant_i.h | 1232 struct gas_query *gas; member
|
/hostap-latest/src/ap/ |
D | gas_query_ap.c | 39 struct gas_query_ap *gas; member 97 struct gas_query_ap *gas; in gas_query_ap_init() local 144 static void gas_query_done(struct gas_query_ap *gas, in gas_query_done() 168 void gas_query_ap_deinit(struct gas_query_ap *gas) in gas_query_ap_deinit() 184 gas_query_get_pending(struct gas_query_ap *gas, const u8 *addr, u8 dialog_token) in gas_query_get_pending() 208 void gas_query_ap_tx_status(struct gas_query_ap *gas, const u8 *dst, in gas_query_ap_tx_status() 260 static int gas_query_tx(struct gas_query_ap *gas, in gas_query_tx() 282 static void gas_query_tx_comeback_req(struct gas_query_ap *gas, in gas_query_tx_comeback_req() 309 struct gas_query_ap *gas = eloop_data; in gas_query_rx_comeback_timeout() local 338 struct gas_query_ap *gas = eloop_data; in gas_query_tx_comeback_timeout() local [all …]
|
D | hostapd.h | 431 struct gas_query_ap *gas; member
|
/hostap-latest/src/common/ |
D | gas_server.c | 33 struct gas_server *gas; member 91 gas_server_send_resp(struct gas_server *gas, in gas_server_send_resp() 166 gas_server_rx_initial_req(struct gas_server *gas, const u8 *da, const u8 *sa, in gas_server_rx_initial_req() 271 struct gas_server *gas = handler->gas; in gas_server_handle_rx_comeback_req() local 347 gas_server_rx_comeback_req(struct gas_server *gas, const u8 *da, const u8 *sa, in gas_server_rx_comeback_req() 379 int gas_server_rx(struct gas_server *gas, const u8 *da, const u8 *sa, in gas_server_rx() 448 void gas_server_tx_status(struct gas_server *gas, const u8 *dst, const u8 *data, in gas_server_tx_status() 483 int gas_server_set_resp(struct gas_server *gas, void *resp_ctx, in gas_server_set_resp() 510 int gas_server_set_comeback_delay(struct gas_server *gas, void *resp_ctx, in gas_server_set_comeback_delay() 535 bool gas_server_response_sent(struct gas_server *gas, void *resp_ctx) in gas_server_response_sent() [all …]
|
D | gas_server.h | 46 static inline void gas_server_deinit(struct gas_server *gas) in gas_server_deinit()
|