Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dwifi.h48 WIFI_ASSOCREQ = (0 | WIFI_MGT_TYPE), enumerator
/Linux-v5.15/drivers/staging/r8188eu/include/
Dwifi.h52 WIFI_ASSOCREQ = (0 | WIFI_MGT_TYPE), enumerator
/Linux-v5.15/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()
2907 SetFrameSubType(pframe, WIFI_ASSOCREQ); in issue_assocreq()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c15 {WIFI_ASSOCREQ, "OnAssocReq", &OnAssocReq},
454 case WIFI_ASSOCREQ: in mgt_dispatcher()
1004 if (frame_type == WIFI_ASSOCREQ) { in OnAssocReq()
1394 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
1422 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
5237 SetFrameSubType(pframe, WIFI_ASSOCREQ); in issue_assocreq()
Drtw_p2p.c828 if (frame_type == WIFI_ASSOCREQ) in process_assoc_req_p2p_ie()
/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2081 if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) in rtw_cfg80211_indicate_sta_assoc()