Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_pathtbl.c159 mshdr->flags = MESH_FLAGS_AE_A5_A6; in prepare_for_gate()
494 if ((meshhdr->flags & MESH_FLAGS_AE) == MESH_FLAGS_AE_A5_A6) { in mesh_fast_tx_cache()
H A Dmesh.c818 if ((meshhdr->flags & MESH_FLAGS_AE) == MESH_FLAGS_AE_A5_A6) { in ieee80211_mesh_xmit_fast()
902 meshhdr->flags |= MESH_FLAGS_AE_A5_A6; in ieee80211_new_mesh_header()
H A Drx.c2777 if ((mesh_hdr->flags & MESH_FLAGS_AE) == MESH_FLAGS_AE_A5_A6) in ieee80211_rx_mesh_fast_forward()
2882 else if ((mesh_hdr->flags & MESH_FLAGS_AE) == MESH_FLAGS_AE_A5_A6) in ieee80211_rx_mesh_data()
/linux/net/wireless/
H A Dutil.c528 case MESH_FLAGS_AE_A5_A6: in __ieee80211_get_mesh_hdrlen()
585 case MESH_FLAGS_AE_A5_A6: in ieee80211_strip_8023_mesh_hdr()
/linux/include/linux/
H A Dieee80211.h865 #define MESH_FLAGS_AE_A5_A6 0x2 macro