Searched refs:gas_query (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1613 OBJS += gas_query.c
H A Dgas_query.c23 #include "gas_query.h"
38 struct gas_query *gas;
61 * struct gas_query - Internal GAS query data
63 struct gas_query { struct
77 static void gas_query_tx_initial_req(struct gas_query *gas,
79 static int gas_query_new_dialog_token(struct gas_query *gas, const u8 *dst);
97 struct gas_query * gas_query_init(struct wpa_supplicant *wpa_s)
99 struct gas_query *gas;
137 struct gas_query *gas = query->gas;
154 static void gas_query_done(struct gas_query *ga
[all...]
H A Dgas_query.h13 struct gas_query;
17 struct gas_query * gas_query_init(struct wpa_supplicant *wpa_s);
18 void gas_query_deinit(struct gas_query *gas);
19 int gas_query_rx(struct gas_query *gas, const u8 *da, const u8 *sa,
37 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq,
44 int gas_query_stop(struct gas_query *gas, u8 dialog_token);
48 static inline struct gas_query * gas_query_init(struct wpa_supplicant *wpa_s)
53 static inline void gas_query_deinit(struct gas_query *gas)
H A Dwpa_supplicant_i.h988 struct gas_query *gas;
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile19 events.c gas.c gas_query.c \

Completed in 269 milliseconds