Searched refs:WPA_IF_MESH (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh.c | 861 if (wpa_drv_if_add(wpa_s, WPA_IF_MESH, ifname, NULL, NULL, NULL, addr, in wpas_mesh_add_interface() 880 wpa_drv_if_remove(wpa_s, WPA_IF_MESH, ifname); in wpas_mesh_add_interface()
|
H A D | wpa_supplicant.c | 7881 wpa_drv_if_remove(parent, WPA_IF_MESH, ifname); in wpa_supplicant_remove_iface()
|
H A D | ctrl_iface.c | 4243 return WPA_IF_MESH; in iftype_str_to_index()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 2058 WPA_IF_MESH, enumerator
|
H A D | driver_nl80211_capa.c | 385 info->drv->capa.key_mgmt_iftype[WPA_IF_MESH] = key_mgmt; in get_iface_akm_suites_info()
|
H A D | driver_nl80211.c | 8712 case WPA_IF_MESH: in wpa_driver_nl80211_if_type() 8843 type == WPA_IF_P2P_GO || type == WPA_IF_MESH || in wpa_driver_nl80211_if_add()
|