HomeSort by relevance Sort by last modified time
    Searched refs:gas_query (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.h 13 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,
35 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq,
42 void gas_query_cancel(struct gas_query *gas, const u8 *dst, u8 dialog_token);
46 static inline struct gas_query * gas_query_init(struct wpa_supplicant *wpa_s)
51 static inline void gas_query_deinit(struct gas_query *gas)
gas_query.c 19 #include "gas_query.h"
48 * struct gas_query - Internal GAS query data
50 struct gas_query { struct
65 struct gas_query * gas_query_init(struct wpa_supplicant *wpa_s)
67 struct gas_query *gas;
80 static void gas_query_done(struct gas_query *gas,
101 void gas_query_deinit(struct gas_query *gas)
117 gas_query_get_pending(struct gas_query *gas, const u8 *addr, u8 dialog_token)
141 static int gas_query_tx(struct gas_query *gas, struct gas_query_pending *query,
158 static void gas_query_tx_comeback_req(struct gas_query *gas
    [all...]
wpa_supplicant_i.h 684 struct gas_query *gas;
Makefile 1429 OBJS += gas_query.o
    [all...]

Completed in 195 milliseconds