Searched refs:use_existing (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/src/drivers/ |
D | driver_nl80211.h | 314 void *arg, int use_existing);
|
D | driver.h | 3898 const char *bridge, int use_existing, int setup_ap);
|
D | driver_nl80211.c | 6085 void *arg, int use_existing) in nl80211_create_iface() argument 6094 if (use_existing) { in nl80211_create_iface() 8842 const char *bridge, int use_existing, in wpa_driver_nl80211_if_add() argument 8860 &p2pdev_info, use_existing); in wpa_driver_nl80211_if_add() 8876 0, NULL, NULL, use_existing); in wpa_driver_nl80211_if_add() 8877 if (use_existing && ifidx == -ENFILE) { in wpa_driver_nl80211_if_add()
|
/hostap-latest/src/ap/ |
D | ap_drv_ops.c | 568 const char *bridge, int use_existing) in hostapd_if_add() argument 574 bridge, use_existing, 1); in hostapd_if_add()
|
D | ap_drv_ops.h | 61 const char *bridge, int use_existing);
|