Home
last modified time | relevance | path

Searched refs:rann (Results 1 – 3 of 3) sorted by relevance

/linux/net/mac80211/
H A Dmesh_hwmp.c827 const struct ieee80211_rann_ie *rann) in hwmp_rann_frame_process() argument
838 ttl = rann->rann_ttl; in hwmp_rann_frame_process()
839 flags = rann->rann_flags; in hwmp_rann_frame_process()
841 orig_addr = rann->rann_addr; in hwmp_rann_frame_process()
842 orig_sn = le32_to_cpu(rann->rann_seq); in hwmp_rann_frame_process()
843 interval = le32_to_cpu(rann->rann_interval); in hwmp_rann_frame_process()
844 hopcount = rann->rann_hopcount; in hwmp_rann_frame_process()
846 orig_metric = le32_to_cpu(rann->rann_metric); in hwmp_rann_frame_process()
976 if (elems->rann) in mesh_rx_path_sel_frame()
977 hwmp_rann_frame_process(sdata, mgmt, elems->rann); in mesh_rx_path_sel_frame()
H A Dparse.c514 elems->rann = (void *)pos; in _ieee802_11_parse_elems_full()
H A Dieee80211_i.h1729 const struct ieee80211_rann_ie *rann; member