Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_hwmp.c771 const struct ieee80211_rann_ie *rann) in hwmp_rann_frame_process() argument
782 ttl = rann->rann_ttl; in hwmp_rann_frame_process()
783 flags = rann->rann_flags; in hwmp_rann_frame_process()
785 orig_addr = rann->rann_addr; in hwmp_rann_frame_process()
786 orig_sn = le32_to_cpu(rann->rann_seq); in hwmp_rann_frame_process()
787 interval = le32_to_cpu(rann->rann_interval); in hwmp_rann_frame_process()
788 hopcount = rann->rann_hopcount; in hwmp_rann_frame_process()
790 metric = le32_to_cpu(rann->rann_metric); in hwmp_rann_frame_process()
915 if (elems.rann) in mesh_rx_path_sel_frame()
916 hwmp_rann_frame_process(sdata, mgmt, elems.rann); in mesh_rx_path_sel_frame()
Dieee80211_i.h1417 const struct ieee80211_rann_ie *rann; member
Dutil.c985 elems->rann = (void *)pos; in ieee802_11_parse_elems_crc()