Searched refs:use_existing (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211.h | 361 void *arg, int use_existing);
|
| H A D | driver.h | 4423 const char *bridge, int use_existing, int setup_ap);
|
| H A D | driver_nl80211.c | 6948 void *arg, int use_existing) in nl80211_create_iface() argument 6952 if (use_existing && if_nametoindex(ifname)) in nl80211_create_iface() 6960 if (use_existing) { in nl80211_create_iface() 9699 const char *bridge, int use_existing, in wpa_driver_nl80211_if_add() argument 9717 &nonnetdev_info, use_existing); in wpa_driver_nl80211_if_add() 9735 0, NULL, NULL, use_existing); in wpa_driver_nl80211_if_add() 9736 if (use_existing && ifidx == -ENFILE) { in wpa_driver_nl80211_if_add()
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | ap_drv_ops.c | 572 const char *bridge, int use_existing) in hostapd_if_add() argument 578 bridge, use_existing, 1); in hostapd_if_add()
|
| H A D | ap_drv_ops.h | 62 const char *bridge, int use_existing);
|