Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dmesh_hwmp.c758 const struct ieee80211_rann_ie *rann) in hwmp_rann_frame_process() argument
769 ttl = rann->rann_ttl; in hwmp_rann_frame_process()
770 flags = rann->rann_flags; in hwmp_rann_frame_process()
772 orig_addr = rann->rann_addr; in hwmp_rann_frame_process()
773 orig_sn = le32_to_cpu(rann->rann_seq); in hwmp_rann_frame_process()
774 interval = le32_to_cpu(rann->rann_interval); in hwmp_rann_frame_process()
775 hopcount = rann->rann_hopcount; in hwmp_rann_frame_process()
777 metric = le32_to_cpu(rann->rann_metric); in hwmp_rann_frame_process()
902 if (elems.rann) in mesh_rx_path_sel_frame()
903 hwmp_rann_frame_process(sdata, mgmt, elems.rann); in mesh_rx_path_sel_frame()
Dieee80211_i.h1425 const struct ieee80211_rann_ie *rann; member
Dutil.c1028 elems->rann = (void *)pos; in ieee802_11_parse_elems_crc()