Searched refs:ieee80211_mps_set_frame_flags (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/net/mac80211/ |
D | mesh_ps.c | 45 ieee80211_mps_set_frame_flags(sdata, sta, nullfunc); in mps_qos_null_get() 191 void ieee80211_mps_set_frame_flags(struct ieee80211_sub_if_data *sdata, in ieee80211_mps_set_frame_flags() function
|
D | mesh.h | 291 void ieee80211_mps_set_frame_flags(struct ieee80211_sub_if_data *sdata,
|
D | mesh_hwmp.c | 217 ieee80211_mps_set_frame_flags(sdata, NULL, hdr); in prepare_frame_for_deferred_tx() 1276 ieee80211_mps_set_frame_flags(sdata, next_hop, hdr); in mesh_nexthop_lookup()
|
D | mesh_pathtbl.c | 128 ieee80211_mps_set_frame_flags(sta->sdata, sta, hdr); in mesh_path_assign_nexthop()
|
D | mesh.c | 1017 ieee80211_mps_set_frame_flags(sdata, NULL, (void *) mgmt); in ieee80211_mesh_build_beacon()
|
D | rx.c | 2980 ieee80211_mps_set_frame_flags(sdata, NULL, fwd_hdr); in ieee80211_rx_mesh_data()
|
D | tx.c | 2057 ieee80211_mps_set_frame_flags(sdata, NULL, hdr); in ieee80211_xmit()
|