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"
22 /** GAS query timeout in seconds */
27 * struct gas_query_pending - Pending GAS query
48 * struct gas_query - Internal GAS query data
61 * gas_query_init - Initialize GAS query component
63 * Returns: Pointer to GAS query data or %NULL on failure
67 struct gas_query *gas; local
69 gas = os_zalloc(sizeof(*gas));
181 struct gas_query *gas = eloop_data; local
426 struct gas_query *gas = eloop_data; local
    [all...]
wpa_supplicant_i.h 684 struct gas_query *gas; member in struct:wpa_supplicant

Completed in 37 milliseconds