HomeSort by relevance Sort by last modified time
    Searched refs:ctrl_iface_init (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
hostapd.h 33 int (*ctrl_iface_init)(struct hostapd_data *hapd); member in struct:hapd_interfaces
hostapd.c 774 hapd->iface->interfaces->ctrl_iface_init &&
775 hapd->iface->interfaces->ctrl_iface_init(hapd)) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 583 interfaces.ctrl_iface_init = hostapd_ctrl_iface_init;

Completed in 815 milliseconds