Searched refs:offset_ttl (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/mac80211/
H A Dmesh.c1122 size_t offset_ttl; mesh_fwd_csa_frame() local
1130 /* offset_ttl is based on whether the secondary channel mesh_fwd_csa_frame()
1134 offset_ttl = (len < 42) ? 7 : 10; mesh_fwd_csa_frame()
1135 *(pos + offset_ttl) -= 1; mesh_fwd_csa_frame()
1136 *(pos + offset_ttl + 1) &= ~WLAN_EID_CHAN_SWITCH_PARAM_INITIATOR; mesh_fwd_csa_frame()

Completed in 79 milliseconds