Home
last modified time | relevance | path

Searched refs:WIFI_ASSOCREQ (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h48 WIFI_ASSOCREQ = (0 | WIFI_MGT_TYPE), enumerator
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c15 {WIFI_ASSOCREQ, "OnAssocReq", &OnAssocReq},
482 case WIFI_ASSOCREQ: in mgt_dispatcher()
961 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
1333 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
1363 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
2880 SetFrameSubType(pframe, WIFI_ASSOCREQ); in issue_assocreq()
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1931 if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) in rtw_cfg80211_indicate_sta_assoc()