Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dmesh_hwmp.c935 u32 path_metric; in mesh_rx_path_sel_frame() local
960 path_metric = hwmp_route_info_get(sdata, mgmt, elems->preq, in mesh_rx_path_sel_frame()
962 if (path_metric) in mesh_rx_path_sel_frame()
964 path_metric); in mesh_rx_path_sel_frame()
970 path_metric = hwmp_route_info_get(sdata, mgmt, elems->prep, in mesh_rx_path_sel_frame()
972 if (path_metric) in mesh_rx_path_sel_frame()
974 path_metric); in mesh_rx_path_sel_frame()
H A Dcfg.c2529 ifmsh->mesh_pm_id = setup->path_metric; in copy_mesh_setup()
/linux-6.15/net/wireless/
H A Dmesh.c92 .path_metric = IEEE80211_PATH_METRIC_AIRTIME,
H A Dnl80211.c8656 setup->path_metric = in nl80211_parse_mesh_setup()
/linux-6.15/include/net/
H A Dcfg80211.h2542 u8 path_metric; member