Home
last modified time | relevance | path

Searched refs:IEEE80211_STYPE_NULLFUNC (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dlink.c246 ftype = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC; in ath_paprd_calibrate()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c2159 if (stype == IEEE80211_STYPE_NULLFUNC) { in handle_ap_item()
2178 stype == IEEE80211_STYPE_NULLFUNC) in handle_ap_item()
2984 } else if (stype == IEEE80211_STYPE_NULLFUNC && sta == NULL && in hostap_handle_sta_rx()
3005 } else if (stype == IEEE80211_STYPE_NULLFUNC) { in hostap_handle_sta_rx()
3034 if (local->ap->nullfunc_ack && stype == IEEE80211_STYPE_NULLFUNC && in hostap_handle_sta_rx()
H A Dhostap_80211_rx.c902 if (stype != IEEE80211_STYPE_NULLFUNC) in hostap_80211_rx()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dinit.c185 IEEE80211_STYPE_NULLFUNC | in wl1271_ap_init_null_template()
H A Dmain.c1325 IEEE80211_STYPE_NULLFUNC | in wl12xx_alloc_dummy_packet()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_recv.c379 if ((GetFrameSubType(ptr)) == (IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC)) in ap2sta_data_frame()
/openbmc/linux/include/linux/
H A Dieee80211.h95 #define IEEE80211_STYPE_NULLFUNC 0x0040 macro
753 cpu_to_le16(IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC); in ieee80211_is_nullfunc()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h334 #define IEEE80211_STYPE_NULLFUNC 0x0040 macro
H A Dieee80211_rx.c1111 if (stype != IEEE80211_STYPE_NULLFUNC) in ieee80211_rx()
H A Dieee80211_softmac.c904 IEEE80211_STYPE_NULLFUNC | IEEE80211_FCTL_TODS | in ieee80211_null_func()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c559 if (stype != IEEE80211_STYPE_NULLFUNC) in libipw_rx()
/openbmc/linux/net/mac80211/
H A Diface.c1616 cpu_to_le16(IEEE80211_STYPE_NULLFUNC)); in ieee80211_iface_process_skb()
H A Dsta_info.c1799 IEEE80211_STYPE_NULLFUNC | in ieee80211_send_null_response()
H A Dtx.c5752 IEEE80211_STYPE_NULLFUNC | in ieee80211_nullfunc_get()
5758 IEEE80211_STYPE_NULLFUNC) != in ieee80211_nullfunc_get()
H A Drx.c1375 if (unlikely(hdr->frame_control & cpu_to_le16(IEEE80211_STYPE_NULLFUNC))) in ieee80211_rx_reorder_ampdu()
H A Dcfg.c4170 IEEE80211_STYPE_NULLFUNC | in ieee80211_probe_client()
H A Dmlme.c1664 fc = cpu_to_le16(IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC | in ieee80211_send_4addr_nullfunc()
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1037 IEEE80211_STYPE_NULLFUNC | in hwsim_send_nullfunc()