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,
32 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq,
39 void gas_query_cancel(struct gas_query *gas, const u8 *dst, u8 dialog_token);
43 static inline struct gas_query * gas_query_init(struct wpa_supplicant *wpa_s)
48 static inline void gas_query_deinit(struct gas_query *gas)
gas_query.c 19 #include "gas_query.h"
43 struct gas_query { struct
53 struct gas_query * gas_query_init(struct wpa_supplicant *wpa_s)
55 struct gas_query *gas;
68 static void gas_query_done(struct gas_query *gas,
85 void gas_query_deinit(struct gas_query *gas)
101 gas_query_get_pending(struct gas_query *gas, const u8 *addr, u8 dialog_token)
125 static int gas_query_tx(struct gas_query *gas, struct gas_query_pending *query,
142 static void gas_query_tx_comeback_req(struct gas_query *gas,
165 struct gas_query *gas = eloop_data
    [all...]
wpa_supplicant_i.h 519 struct gas_query *gas;
Makefile 1309 OBJS += gas_query.o
    [all...]

Completed in 89 milliseconds