Searched refs:if_add (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | driver_i.h | 434 if (wpa_s->driver->if_add) in wpa_drv_if_add() 435 return wpa_s->driver->if_add(wpa_s->drv_priv, type, ifname, in wpa_drv_if_add()
|
/hostap-latest/src/ap/ |
D | ap_drv_ops.c | 570 if (hapd->driver == NULL || hapd->driver->if_add == NULL) in hostapd_if_add() 572 return hapd->driver->if_add(hapd->drv_priv, type, ifname, addr, in hostapd_if_add()
|
/hostap-latest/doc/ |
D | p2p.doxygen | 163 - \ref wpa_driver_ops::if_add()
|
/hostap-latest/src/drivers/ |
D | driver.h | 3895 int (*if_add)(void *priv, enum wpa_driver_if_type type, member
|
D | driver_nl80211.c | 14083 .if_add = wpa_driver_nl80211_if_add,
|