Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/include/
Dwifi.h48 WIFI_ASSOCREQ = (0 | WIFI_MGT_TYPE), enumerator
/drivers/staging/r8188eu/include/
Dwifi.h52 WIFI_ASSOCREQ = (0 | WIFI_MGT_TYPE), enumerator
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c15 {WIFI_ASSOCREQ, "OnAssocReq", &OnAssocReq},
486 case WIFI_ASSOCREQ: in mgt_dispatcher()
969 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
1341 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
1375 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
2903 SetFrameSubType(pframe, WIFI_ASSOCREQ); in issue_assocreq()
/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c15 {WIFI_ASSOCREQ, "OnAssocReq", &OnAssocReq},
456 case WIFI_ASSOCREQ: in mgt_dispatcher()
1006 if (frame_type == WIFI_ASSOCREQ) { in OnAssocReq()
1396 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
1424 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
5239 SetFrameSubType(pframe, WIFI_ASSOCREQ); in issue_assocreq()
Drtw_p2p.c828 if (frame_type == WIFI_ASSOCREQ) in process_assoc_req_p2p_ie()
/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c1961 if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) in rtw_cfg80211_indicate_sta_assoc()