HomeSort by relevance Sort by last modified time
    Searched defs:gas (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 2 * Generic advertisement service (GAS) query
15 #include "common/gas.h"
55 struct gas_query *gas; local
57 gas = os_zalloc(sizeof(*gas));
58 if (gas == NULL)
61 gas->wpa_s = wpa_s;
62 dl_list_init(&gas->pending);
64 return gas;
68 static void gas_query_done(struct gas_query *gas,
165 struct gas_query *gas = eloop_data; local
394 struct gas_query *gas = eloop_data; local
    [all...]
wpa_supplicant_i.h 516 struct gas_query *gas; member in struct:wpa_supplicant

Completed in 85 milliseconds