Home
last modified time | relevance | path

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

/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.h73 BIT(IEEE80211_STYPE_AUTH >> 4) |
84 BIT(IEEE80211_STYPE_AUTH >> 4) |
/drivers/staging/rtl8712/
Dieee80211.h237 #define IEEE80211_STYPE_AUTH 0x00B0 macro
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c658 auth->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_AUTH in ieee80211_authentication_req()
661 auth->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_AUTH); in ieee80211_authentication_req()
918 auth->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_AUTH); in ieee80211_auth_resp()
2061 case IEEE80211_STYPE_AUTH: in ieee80211_rx_frame_softmac()
Dieee80211.h387 #define IEEE80211_STYPE_AUTH 0x00B0 macro
/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c210 BIT(IEEE80211_STYPE_AUTH >> 4) |
221 BIT(IEEE80211_STYPE_AUTH >> 4) |
236 BIT(IEEE80211_STYPE_AUTH >> 4) |
/drivers/net/wireless/hostap/
Dhostap_80211_rx.c822 stype == IEEE80211_STYPE_AUTH && in hostap_80211_rx()
Dhostap_ap.c1539 prism2_send_mgmt(dev, IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_AUTH, in handle_authen()
2301 case IEEE80211_STYPE_AUTH: in handle_ap_item()
/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c1694 case IEEE80211_STYPE_AUTH: in libipw_rx_mgt()
/drivers/net/wireless/iwlegacy/
Ddebug.c84 case cpu_to_le16(IEEE80211_STYPE_AUTH): in il_update_stats()
Dcommon.c5571 case cpu_to_le16(IEEE80211_STYPE_AUTH): in il_tx_cmd_protection()
/drivers/net/wireless/
Datmel.c2872 header.frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_AUTH); in send_authentication_request()
3401 case IEEE80211_STYPE_AUTH: in atmel_management_frame()
Dat76c50x-usb.c1792 if (mgmt->frame_control & cpu_to_le16(IEEE80211_STYPE_AUTH)) { in at76_mac80211_tx()
/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c683 case IEEE80211_STYPE_AUTH: in mgt_dispatcher23a()
2844 cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_AUTH); in issue_auth()
/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c5755 BIT(IEEE80211_STYPE_AUTH >> 4) |