Searched refs:use_existing (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211.h | 257 void *arg, int use_existing);
|
| H A D | driver.h | 3351 const char *bridge, int use_existing, int setup_ap);
|
| H A D | driver_nl80211.c | 5520 void *arg, int use_existing) in nl80211_create_iface() argument 5529 if (use_existing) { in nl80211_create_iface() 7870 const char *bridge, int use_existing, in wpa_driver_nl80211_if_add() argument 7888 &p2pdev_info, use_existing); in wpa_driver_nl80211_if_add() 7904 0, NULL, NULL, use_existing); in wpa_driver_nl80211_if_add() 7905 if (use_existing && ifidx == -ENFILE) { in wpa_driver_nl80211_if_add()
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | ap_drv_ops.c | 500 const char *bridge, int use_existing) in hostapd_if_add() argument 506 bridge, use_existing, 1); in hostapd_if_add()
|
| H A D | ap_drv_ops.h | 57 const char *bridge, int use_existing);
|