Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/os_dep/
A Dioctl_linux.c3283 memset(pwdinfo->tx_prov_disc_info.peerDevAddr, 0x00, ETH_ALEN); in rtw_p2p_prov_disc()
3284 memset(pwdinfo->tx_prov_disc_info.peerIFAddr, 0x00, ETH_ALEN); in rtw_p2p_prov_disc()
3286 pwdinfo->tx_prov_disc_info.peer_channel_num[0] = 0; in rtw_p2p_prov_disc()
3287 pwdinfo->tx_prov_disc_info.peer_channel_num[1] = 0; in rtw_p2p_prov_disc()
3288 pwdinfo->tx_prov_disc_info.benable = false; in rtw_p2p_prov_disc()
3295 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_DISPLYA; in rtw_p2p_prov_disc()
3297 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_KEYPAD; in rtw_p2p_prov_disc()
3301 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_LABEL; in rtw_p2p_prov_disc()
3355 memcpy(pwdinfo->tx_prov_disc_info.peerDevAddr, peerMAC, ETH_ALEN); in rtw_p2p_prov_disc()
3357 pwdinfo->tx_prov_disc_info.benable = true; in rtw_p2p_prov_disc()
[all …]
/linux/drivers/staging/r8188eu/core/
A Drtw_p2p.c1499 …set_channel_bwmode(padapter, pwdinfo->tx_prov_disc_info.peer_channel_num[0], HAL_PRIME_CHNL_OFFSET… in pre_tx_provdisc_handler()
1771 …if (pwdinfo->tx_prov_disc_info.benable) { /* the provision discovery request frame is trigger to s… in pre_tx_scan_timer_process()
1896 memset(&pwdinfo->tx_prov_disc_info, 0x00, sizeof(struct tx_provdisc_req_info)); in init_wifidirect_info()
1897 pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_NONE; in init_wifidirect_info()
A Drtw_mlme_ext.c570 if (pwdinfo->tx_prov_disc_info.benable) { in OnProbeRsp()
571 if (!memcmp(pwdinfo->tx_prov_disc_info.peerIFAddr, GetAddr2Ptr(pframe), ETH_ALEN)) { in OnProbeRsp()
573 pwdinfo->tx_prov_disc_info.benable = false; in OnProbeRsp()
575 pwdinfo->tx_prov_disc_info.ssid.Ssid, in OnProbeRsp()
576 pwdinfo->tx_prov_disc_info.ssid.SsidLength, in OnProbeRsp()
577 pwdinfo->tx_prov_disc_info.peerDevAddr); in OnProbeRsp()
579 pwdinfo->tx_prov_disc_info.benable = false; in OnProbeRsp()
581 pwdinfo->tx_prov_disc_info.peerDevAddr); in OnProbeRsp()
3130 *(__be16 *)(wpsie + wpsielen) = cpu_to_be16(pwdinfo->tx_prov_disc_info.wps_config_method_request); in issue_p2p_provision_request()
3463 …rame = rtw_set_ie(pframe, _SSID_IE_, pwdinfo->tx_prov_disc_info.ssid.SsidLength, pwdinfo->tx_prov_… in _issue_probereq_p2p()
/linux/drivers/staging/r8188eu/include/
A Drtw_mlme.h191 struct tx_provdisc_req_info tx_prov_disc_info; member
/linux/drivers/staging/rtl8723bs/include/
A Drtw_mlme.h202 struct tx_provdisc_req_info tx_prov_disc_info; member

Completed in 45 milliseconds