Home
last modified time | relevance | path

Searched refs:MESH_FLAGS_AE (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/net/mac80211/
Dmesh_pathtbl.c145 if (!(mshdr->flags & MESH_FLAGS_AE)) { in prepare_for_gate()
487 if ((meshhdr->flags & MESH_FLAGS_AE) == MESH_FLAGS_AE_A5_A6) { in mesh_fast_tx_cache()
Drx.c2737 if ((mesh_hdr->flags & MESH_FLAGS_AE) == MESH_FLAGS_AE_A5_A6) in ieee80211_rx_mesh_fast_forward()
2739 else if (!(mesh_hdr->flags & MESH_FLAGS_AE)) in ieee80211_rx_mesh_fast_forward()
2831 if (mesh_hdr->flags & MESH_FLAGS_AE) { in ieee80211_rx_mesh_data()
2838 else if ((mesh_hdr->flags & MESH_FLAGS_AE) == MESH_FLAGS_AE_A5_A6) in ieee80211_rx_mesh_data()
Dmesh.c830 if ((meshhdr->flags & MESH_FLAGS_AE) == MESH_FLAGS_AE_A5_A6) { in ieee80211_mesh_xmit_fast()
/Linux-v6.6/net/wireless/
Dutil.c526 int ae = flags & MESH_FLAGS_AE; in __ieee80211_get_mesh_hdrlen()
587 switch (payload.flags & MESH_FLAGS_AE) { in ieee80211_strip_8023_mesh_hdr()
/Linux-v6.6/include/linux/
Dieee80211.h815 #define MESH_FLAGS_AE 0x3 macro