Searched refs:use_existing (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211.h | 313 void *arg, int use_existing);
|
| H A D | driver.h | 3876 const char *bridge, int use_existing, int setup_ap);
|
| H A D | driver_nl80211.c | 6085 void *arg, int use_existing) in nl80211_create_iface() argument 6094 if (use_existing) { in nl80211_create_iface() 8787 const char *bridge, int use_existing, in wpa_driver_nl80211_if_add() argument 8805 &p2pdev_info, use_existing); in wpa_driver_nl80211_if_add() 8821 0, NULL, NULL, use_existing); in wpa_driver_nl80211_if_add() 8822 if (use_existing && ifidx == -ENFILE) { in wpa_driver_nl80211_if_add()
|
| /freebsd/contrib/wpa/src/ap/ |
| H A 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()
|
| H A D | ap_drv_ops.h | 61 const char *bridge, int use_existing);
|