Home
last modified time | relevance | path

Searched refs:IEEE80211_STYPE_BEACON (Results 1 – 14 of 14) sorted by relevance

/drivers/net/wireless/ti/wl1251/
Drx.c187 if ((*fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_BEACON) in wl1251_rx_body()
/drivers/staging/rtl8712/
Dieee80211.h234 #define IEEE80211_STYPE_BEACON 0x0080 macro
/drivers/net/wireless/hostap/
Dhostap_80211_rx.c480 if (stype == IEEE80211_STYPE_BEACON && in hostap_rx_frame_mgmt()
512 (stype == IEEE80211_STYPE_BEACON || in hostap_rx_frame_mgmt()
Dhostap_ap.c2247 if (type == IEEE80211_FTYPE_MGMT && stype == IEEE80211_STYPE_BEACON) { in handle_ap_item()
/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c1527 return (WLAN_FC_GET_STYPE(le16_to_cpu(fc)) == IEEE80211_STYPE_BEACON); in is_beacon()
1684 case IEEE80211_STYPE_BEACON: in libipw_rx_mgt()
Dipw2200.c8239 IEEE80211_STYPE_BEACON))) { in ipw_handle_mgmt_packet()
/drivers/staging/rtl8723au/hal/
Drtl8723a_cmd.c199 cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_BEACON); in ConstructBeacon()
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c2381 return (WLAN_FC_GET_STYPE(le16_to_cpu(fc)) == IEEE80211_STYPE_BEACON); in is_beacon()
2603 case IEEE80211_STYPE_BEACON: in ieee80211_rx_mgt()
Dieee80211_softmac.c1994 WLAN_FC_GET_STYPE(header->frame_ctl) != IEEE80211_STYPE_BEACON) in ieee80211_rx_frame_softmac()
2559 b->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_BEACON); in ieee80211_get_beacon_()
Dieee80211.h384 #define IEEE80211_STYPE_BEACON 0x0080 macro
/drivers/net/wireless/iwlegacy/
Ddebug.c75 case cpu_to_le16(IEEE80211_STYPE_BEACON): in il_update_stats()
/drivers/net/wireless/
Datmel.c3338 case IEEE80211_STYPE_BEACON: in atmel_management_frame()
3397 subtype == IEEE80211_STYPE_BEACON); in atmel_management_frame()
/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c699 case IEEE80211_STYPE_BEACON: in mgt_dispatcher23a()
2389 cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_BEACON); in issue_beacon23a()
/drivers/staging/rtl8192u/
Dr8192U_core.c4522 if (WLAN_FC_GET_FRAMETYPE(fc) == IEEE80211_STYPE_BEACON) in TranslateRxSignalStuff819xUsb()