Searched defs:deinit (Results 1 - 25 of 169) sorted by last modified time

1234567

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1276 * valid for the lifetime of the driver, i.e., freed in deinit()
1733 * deinit - Deinitialize driver interface
1739 void (*deinit)(void *priv); member in struct:wpa_driver_ops
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h93 * deinit - Deinitialize an EAP method
99 void (*deinit)(struct eap_sm *sm, void *priv); member in struct:eap_method
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dext_password_i.h17 void (*deinit)(void *ctx); member in struct:ext_password_backend
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1276 * valid for the lifetime of the driver, i.e., freed in deinit()
1733 * deinit - Deinitialize driver interface
1739 void (*deinit)(void *priv); member in struct:wpa_driver_ops
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h93 * deinit - Deinitialize an EAP method
99 void (*deinit)(struct eap_sm *sm, void *priv); member in struct:eap_method
/external/wpa_supplicant_8/src/utils/
H A Dext_password_i.h17 void (*deinit)(void *ctx); member in struct:ext_password_backend
/external/wpa_supplicant_8/wpa_supplicant/
H A Dautoscan.h18 void (*deinit)(void *priv); member in struct:autoscan_ops
H A Dbgscan.h20 void (*deinit)(void *priv); member in struct:bgscan_ops
H A Dctrl_iface.c6806 static void wpas_ctrl_radio_work_cb(struct wpa_radio_work *work, int deinit) argument
6810 if (deinit) {
H A Dgas_query.c597 static void gas_query_start_cb(struct wpa_radio_work *work, int deinit) argument
603 if (deinit) {
H A Dp2p_supplicant.c260 static void wpas_p2p_trigger_scan_cb(struct wpa_radio_work *work, int deinit) argument
266 if (deinit) {
1430 static void wpas_send_action_cb(struct wpa_radio_work *work, int deinit) argument
1435 if (deinit) {
2298 static void wpas_start_listen_cb(struct wpa_radio_work *work, int deinit) argument
2304 if (deinit) {
4126 /* Disconnect from the P2P group and deinit the interface */
H A Dscan.c149 static void wpas_trigger_scan_cb(struct wpa_radio_work *work, int deinit) argument
155 if (deinit) {
H A Dsme.c570 static void sme_auth_start_cb(struct wpa_radio_work *work, int deinit) argument
575 if (deinit) {
H A Dwpa_supplicant.c501 * radio work eventually gets removed, the deinit notification call to
1572 static void wpas_start_assoc_cb(struct wpa_radio_work *work, int deinit);
1931 static void wpas_start_assoc_cb(struct wpa_radio_work *work, int deinit) argument
1955 if (deinit) {
3813 * deinit set to be 1. Each work's callback is responsible for clearing its
3897 * operations. The special case of deinit=1 is used to free the context data
3910 void (*cb)(struct wpa_radio_work *work, int deinit),
3908 radio_add_work(struct wpa_supplicant *wpa_s, unsigned int freq, const char *type, int next, void (*cb)(struct wpa_radio_work *work, int deinit), void *ctx) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1276 * valid for the lifetime of the driver, i.e., freed in deinit()
1733 * deinit - Deinitialize driver interface
1739 void (*deinit)(void *priv); member in struct:wpa_driver_ops
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_i.h93 * deinit - Deinitialize an EAP method
99 void (*deinit)(struct eap_sm *sm, void *priv); member in struct:eap_method
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dext_password_i.h17 void (*deinit)(void *ctx); member in struct:ext_password_backend
/external/wpa_supplicant_8/wpa_supplicant/tests/
H A Dtest_wpa.c317 static void deinit(struct wpa *wpa) function
362 deinit(&wpa);
/external/linux-tools-perf/src/tools/perf/bench/
H A Dnuma.c1368 static void deinit(void) function
1543 deinit();
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DTestLogParser.java66 public void deinit () throws IOException method in class:TestLogParser
/external/deqp/framework/common/
H A DtcuTestCase.cpp68 TestNode::deinit();
104 void TestNode::deinit (void) function in class:tcu::TestNode
H A DtcuThreadUtil.hpp170 // \todo [mika] Should the result of execution be passed to deinit?
171 virtual void deinit (void) {} //!< Called after after operation function in class:tcu::ThreadUtil::Thread
/external/deqp/modules/egl/
H A DteglApiCase.cpp57 void ApiCase::deinit (void) function in class:deqp::egl::ApiCase
H A DteglChooseConfigTests.cpp138 void deinit (void) function in class:deqp::egl::ChooseConfigCase
H A DteglConfigList.cpp56 void ConfigList::deinit (void) function in class:deqp::egl::ConfigList

Completed in 989 milliseconds

1234567