Home
last modified time | relevance | path

Searched refs:IEEE80211_PREQ_TO_FLAG (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/mac80211/
Dmesh_hwmp.c599 (target_flags & IEEE80211_PREQ_TO_FLAG)) { in hwmp_preq_frame_process()
622 } else if ((!(target_flags & IEEE80211_PREQ_TO_FLAG)) && in hwmp_preq_frame_process()
628 target_flags |= IEEE80211_PREQ_TO_FLAG; in hwmp_preq_frame_process()
1094 target_flags |= IEEE80211_PREQ_TO_FLAG; in mesh_path_start_discovery()
1096 target_flags &= ~IEEE80211_PREQ_TO_FLAG; in mesh_path_start_discovery()
1264 target_flags |= IEEE80211_PREQ_TO_FLAG | in mesh_path_tx_root_frame()
/Linux-v5.4/include/linux/
Dieee80211.h685 IEEE80211_PREQ_TO_FLAG = 1<<0, enumerator