Home
last modified time | relevance | path

Searched refs:path_metric (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/net/mac80211/
Dmesh_hwmp.c918 u32 path_metric; in mesh_rx_path_sel_frame() local
943 path_metric = hwmp_route_info_get(sdata, mgmt, elems->preq, in mesh_rx_path_sel_frame()
945 if (path_metric) in mesh_rx_path_sel_frame()
947 path_metric); in mesh_rx_path_sel_frame()
953 path_metric = hwmp_route_info_get(sdata, mgmt, elems->prep, in mesh_rx_path_sel_frame()
955 if (path_metric) in mesh_rx_path_sel_frame()
957 path_metric); in mesh_rx_path_sel_frame()
Dcfg.c2364 ifmsh->mesh_pm_id = setup->path_metric; in copy_mesh_setup()
/linux-6.1.9/net/wireless/
Dmesh.c92 .path_metric = IEEE80211_PATH_METRIC_AIRTIME,
Dnl80211.c8252 setup->path_metric = in nl80211_parse_mesh_setup()
/linux-6.1.9/include/net/
Dcfg80211.h2284 u8 path_metric; member