Home
last modified time | relevance | path

Searched refs:tx_prov_disc_info (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c3540 memset(pwdinfo->tx_prov_disc_info.peerDevAddr, 0x00, ETH_ALEN); in rtw_p2p_prov_disc()
3541 memset(pwdinfo->tx_prov_disc_info.peerIFAddr, 0x00, ETH_ALEN); in rtw_p2p_prov_disc()
3542 memset(&pwdinfo->tx_prov_disc_info.ssid, 0x00, sizeof(struct ndis_802_11_ssid)); in rtw_p2p_prov_disc()
3543 pwdinfo->tx_prov_disc_info.peer_channel_num[0] = 0; in rtw_p2p_prov_disc()
3544 pwdinfo->tx_prov_disc_info.peer_channel_num[1] = 0; in rtw_p2p_prov_disc()
3545 pwdinfo->tx_prov_disc_info.benable = false; in rtw_p2p_prov_disc()
3552 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_DISPLYA; in rtw_p2p_prov_disc()
3554 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_KEYPAD; in rtw_p2p_prov_disc()
3556 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_PUSH_BUTTON; in rtw_p2p_prov_disc()
3558 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_LABEL; in rtw_p2p_prov_disc()
[all …]
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_p2p.c1508 …set_channel_bwmode(padapter, pwdinfo->tx_prov_disc_info.peer_channel_num[0], HAL_PRIME_CHNL_OFFSET… in pre_tx_provdisc_handler()
1780 …if (pwdinfo->tx_prov_disc_info.benable) { /* the provision discovery request frame is trigger to s… in pre_tx_scan_timer_process()
1907 memset(&pwdinfo->tx_prov_disc_info, 0x00, sizeof(struct tx_provdisc_req_info)); in init_wifidirect_info()
1908 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_NONE; in init_wifidirect_info()
Drtw_mlme_ext.c591 if (pwdinfo->tx_prov_disc_info.benable) { in OnProbeRsp()
592 if (!memcmp(pwdinfo->tx_prov_disc_info.peerIFAddr, GetAddr2Ptr(pframe), ETH_ALEN)) { in OnProbeRsp()
594 pwdinfo->tx_prov_disc_info.benable = false; in OnProbeRsp()
596 pwdinfo->tx_prov_disc_info.ssid.Ssid, in OnProbeRsp()
597 pwdinfo->tx_prov_disc_info.ssid.SsidLength, in OnProbeRsp()
598 pwdinfo->tx_prov_disc_info.peerDevAddr); in OnProbeRsp()
600 pwdinfo->tx_prov_disc_info.benable = false; in OnProbeRsp()
602 pwdinfo->tx_prov_disc_info.peerDevAddr); in OnProbeRsp()
3189 *(__be16 *)(wpsie + wpsielen) = cpu_to_be16(pwdinfo->tx_prov_disc_info.wps_config_method_request); in issue_p2p_provision_request()
3523 …rame = rtw_set_ie(pframe, _SSID_IE_, pwdinfo->tx_prov_disc_info.ssid.SsidLength, pwdinfo->tx_prov_… in _issue_probereq_p2p()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mlme.h191 struct tx_provdisc_req_info tx_prov_disc_info; member
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mlme.h202 struct tx_provdisc_req_info tx_prov_disc_info; member