Searched refs:tx_prov_disc_info (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/os_dep/ ! |
D | ioctl_linux.c | 2860 memset(pwdinfo->tx_prov_disc_info.peerDevAddr, 0x00, ETH_ALEN); in rtw_p2p_prov_disc() 2861 memset(pwdinfo->tx_prov_disc_info.peerIFAddr, 0x00, ETH_ALEN); in rtw_p2p_prov_disc() 2862 memset(&pwdinfo->tx_prov_disc_info.ssid, 0x00, sizeof(struct ndis_802_11_ssid)); in rtw_p2p_prov_disc() 2863 pwdinfo->tx_prov_disc_info.peer_channel_num[0] = 0; in rtw_p2p_prov_disc() 2864 pwdinfo->tx_prov_disc_info.peer_channel_num[1] = 0; in rtw_p2p_prov_disc() 2865 pwdinfo->tx_prov_disc_info.benable = false; in rtw_p2p_prov_disc() 2872 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_DISPLYA; in rtw_p2p_prov_disc() 2874 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_KEYPAD; in rtw_p2p_prov_disc() 2876 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_PUSH_BUTTON; in rtw_p2p_prov_disc() 2878 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_LABEL; in rtw_p2p_prov_disc() [all …]
|
/linux-6.1.9/drivers/staging/r8188eu/core/ ! |
D | rtw_p2p.c | 1465 …set_channel_bwmode(padapter, pwdinfo->tx_prov_disc_info.peer_channel_num[0], HAL_PRIME_CHNL_OFFSET… in pre_tx_provdisc_handler() 1733 …if (pwdinfo->tx_prov_disc_info.benable) { /* the provision discovery request frame is trigger to s… in pre_tx_scan_timer_process() 1854 memset(&pwdinfo->tx_prov_disc_info, 0x00, sizeof(struct tx_provdisc_req_info)); in init_wifidirect_info() 1855 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_NONE; in init_wifidirect_info()
|
D | rtw_mlme_ext.c | 584 if (pwdinfo->tx_prov_disc_info.benable) { in OnProbeRsp() 585 if (!memcmp(pwdinfo->tx_prov_disc_info.peerIFAddr, GetAddr2Ptr(pframe), ETH_ALEN)) { in OnProbeRsp() 587 pwdinfo->tx_prov_disc_info.benable = false; in OnProbeRsp() 589 pwdinfo->tx_prov_disc_info.ssid.Ssid, in OnProbeRsp() 590 pwdinfo->tx_prov_disc_info.ssid.SsidLength, in OnProbeRsp() 591 pwdinfo->tx_prov_disc_info.peerDevAddr); in OnProbeRsp() 593 pwdinfo->tx_prov_disc_info.benable = false; in OnProbeRsp() 595 pwdinfo->tx_prov_disc_info.peerDevAddr); in OnProbeRsp() 3029 *(__be16 *)(wpsie + wpsielen) = cpu_to_be16(pwdinfo->tx_prov_disc_info.wps_config_method_request); in issue_p2p_provision_request() 3355 …rame = rtw_set_ie(pframe, _SSID_IE_, pwdinfo->tx_prov_disc_info.ssid.SsidLength, pwdinfo->tx_prov_… in _issue_probereq_p2p()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ ! |
D | rtw_mlme.h | 179 struct tx_provdisc_req_info tx_prov_disc_info; member
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ ! |
D | rtw_mlme.h | 206 struct tx_provdisc_req_info tx_prov_disc_info; member
|