Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_hwmp.c783 const struct ieee80211_rann_ie *rann) in hwmp_rann_frame_process() argument
794 ttl = rann->rann_ttl; in hwmp_rann_frame_process()
795 flags = rann->rann_flags; in hwmp_rann_frame_process()
797 orig_addr = rann->rann_addr; in hwmp_rann_frame_process()
798 orig_sn = le32_to_cpu(rann->rann_seq); in hwmp_rann_frame_process()
799 interval = le32_to_cpu(rann->rann_interval); in hwmp_rann_frame_process()
800 hopcount = rann->rann_hopcount; in hwmp_rann_frame_process()
802 orig_metric = le32_to_cpu(rann->rann_metric); in hwmp_rann_frame_process()
930 if (elems.rann) in mesh_rx_path_sel_frame()
931 hwmp_rann_frame_process(sdata, mgmt, elems.rann); in mesh_rx_path_sel_frame()
Dieee80211_i.h1464 const struct ieee80211_rann_ie *rann; member
Dutil.c989 elems->rann = (void *)pos; in ieee802_11_parse_elems_crc()