Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dwifi.h48 WIFI_ASSOCREQ = (0 | WIFI_MGT_TYPE), enumerator
/linux-6.1.9/drivers/staging/r8188eu/include/
Dwifi.h17 WIFI_ASSOCREQ = (0 | IEEE80211_FTYPE_MGMT), enumerator
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c15 {WIFI_ASSOCREQ, "OnAssocReq", &OnAssocReq},
484 case WIFI_ASSOCREQ: in mgt_dispatcher()
963 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
1335 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
1365 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
2882 SetFrameSubType(pframe, WIFI_ASSOCREQ); in issue_assocreq()
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c1002 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
1350 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
1373 if (frame_type == WIFI_ASSOCREQ) in OnAssocReq()
4915 SetFrameSubType(pframe, WIFI_ASSOCREQ); in issue_assocreq()
Drtw_p2p.c811 if (frame_type == WIFI_ASSOCREQ) in process_assoc_req_p2p_ie()
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c1959 if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) in rtw_cfg80211_indicate_sta_assoc()