Searched refs:ctrl_iface_deinit (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.h32 void (*ctrl_iface_deinit)(struct hostapd_data *hapd); member in struct:hapd_interfaces
H A Dhostapd.c335 hapd->iface->interfaces->ctrl_iface_deinit)
336 hapd->iface->interfaces->ctrl_iface_deinit(hapd);
1975 hapd_iface->interfaces->ctrl_iface_deinit)
1977 ctrl_iface_deinit(hapd);
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h32 void (*ctrl_iface_deinit)(struct hostapd_data *hapd); member in struct:hapd_interfaces
H A Dhostapd.c335 hapd->iface->interfaces->ctrl_iface_deinit)
336 hapd->iface->interfaces->ctrl_iface_deinit(hapd);
1975 hapd_iface->interfaces->ctrl_iface_deinit)
1977 ctrl_iface_deinit(hapd);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h32 void (*ctrl_iface_deinit)(struct hostapd_data *hapd); member in struct:hapd_interfaces
H A Dhostapd.c335 hapd->iface->interfaces->ctrl_iface_deinit)
336 hapd->iface->interfaces->ctrl_iface_deinit(hapd);
1975 hapd_iface->interfaces->ctrl_iface_deinit)
1977 ctrl_iface_deinit(hapd);
/external/wpa_supplicant_8/hostapd/
H A Dmain.c562 interfaces.ctrl_iface_deinit = hostapd_ctrl_iface_deinit;

Completed in 6063 milliseconds