| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_p2p.c | 2676 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2678 attr_contentlen = sizeof(operatingch_info); in process_p2p_group_negotation_req() 2679 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2680 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2753 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2838 attr_contentlen = sizeof(operatingch_info); in process_p2p_group_negotation_resp() 2839 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2840 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2841 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2872 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local [all …]
|
| H A D | rtw_mlme_ext.c | 7212 u8 operatingch_info[5] = { 0x00 }; in on_action_public_p2p() local 7213 attr_contentlen = sizeof(operatingch_info); in on_action_public_p2p() 7214 … (rtw_get_p2p_attr_content(merged_p2pie, merged_p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, in on_action_public_p2p() 7216 if (rtw_chset_search_ch(adapter_to_chset(padapter), (u32)operatingch_info[4]) >= 0) { in on_action_public_p2p() 7218 pwdinfo->rx_invitereq_info.operation_ch[0] = operatingch_info[4]; in on_action_public_p2p()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_p2p.c | 2676 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2678 attr_contentlen = sizeof(operatingch_info); in process_p2p_group_negotation_req() 2679 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2680 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2753 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2838 attr_contentlen = sizeof(operatingch_info); in process_p2p_group_negotation_resp() 2839 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2840 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2841 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2872 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local [all …]
|
| H A D | rtw_mlme_ext.c | 6559 u8 operatingch_info[5] = { 0x00 }; in on_action_public_p2p() local 6560 attr_contentlen = sizeof(operatingch_info); in on_action_public_p2p() 6561 … (rtw_get_p2p_attr_content(merged_p2pie, merged_p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, in on_action_public_p2p() 6563 if (rtw_chset_search_ch(adapter_to_chset(padapter), (u32)operatingch_info[4]) >= 0) { in on_action_public_p2p() 6565 pwdinfo->rx_invitereq_info.operation_ch[0] = operatingch_info[4]; in on_action_public_p2p()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_p2p.c | 2676 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2678 attr_contentlen = sizeof(operatingch_info); in process_p2p_group_negotation_req() 2679 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2680 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2753 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2838 attr_contentlen = sizeof(operatingch_info); in process_p2p_group_negotation_resp() 2839 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2840 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2841 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2872 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local [all …]
|
| H A D | rtw_mlme_ext.c | 6878 u8 operatingch_info[5] = { 0x00 }; in on_action_public_p2p() local 6879 attr_contentlen = sizeof(operatingch_info); in on_action_public_p2p() 6880 … (rtw_get_p2p_attr_content(merged_p2pie, merged_p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, in on_action_public_p2p() 6882 if (rtw_chset_search_ch(adapter_to_chset(padapter), (u32)operatingch_info[4]) >= 0) { in on_action_public_p2p() 6884 pwdinfo->rx_invitereq_info.operation_ch[0] = operatingch_info[4]; in on_action_public_p2p()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_p2p.c | 2676 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2678 attr_contentlen = sizeof(operatingch_info); in process_p2p_group_negotation_req() 2679 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2680 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2753 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2838 attr_contentlen = sizeof(operatingch_info); in process_p2p_group_negotation_resp() 2839 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2840 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2841 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2872 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local [all …]
|
| H A D | rtw_mlme_ext.c | 6552 u8 operatingch_info[5] = { 0x00 }; in on_action_public_p2p() local 6553 attr_contentlen = sizeof(operatingch_info); in on_action_public_p2p() 6554 … (rtw_get_p2p_attr_content(merged_p2pie, merged_p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, in on_action_public_p2p() 6556 if (rtw_chset_search_ch(adapter_to_chset(padapter), (u32)operatingch_info[4]) >= 0) { in on_action_public_p2p() 6558 pwdinfo->rx_invitereq_info.operation_ch[0] = operatingch_info[4]; in on_action_public_p2p()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_p2p.c | 2676 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2678 attr_contentlen = sizeof(operatingch_info); in process_p2p_group_negotation_req() 2679 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2680 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2753 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2838 attr_contentlen = sizeof(operatingch_info); in process_p2p_group_negotation_resp() 2839 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2840 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2841 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2872 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local [all …]
|
| H A D | rtw_mlme_ext.c | 7210 u8 operatingch_info[5] = { 0x00 }; in on_action_public_p2p() local 7211 attr_contentlen = sizeof(operatingch_info); in on_action_public_p2p() 7212 … (rtw_get_p2p_attr_content(merged_p2pie, merged_p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, in on_action_public_p2p() 7214 if (rtw_chset_search_ch(adapter_to_chset(padapter), (u32)operatingch_info[4]) >= 0) { in on_action_public_p2p() 7216 pwdinfo->rx_invitereq_info.operation_ch[0] = operatingch_info[4]; in on_action_public_p2p()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_p2p.c | 2917 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2920 …if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_co… in process_p2p_group_negotation_req() 2922 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 3021 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 3131 …if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_co… in process_p2p_group_negotation_resp() 3133 DBG_871X( "[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4] ); in process_p2p_group_negotation_resp() 3134 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 3169 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local 3172 …if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_co… in process_p2p_group_negotation_resp() 3174 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() [all …]
|
| H A D | rtw_mlme_ext.c | 6669 u8 operatingch_info[5] = { 0x00 }; in on_action_public_p2p() local 6670 …attr_content(merged_p2pie, merged_p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_conten… in on_action_public_p2p() 6672 … if( rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, (u32)operatingch_info[4] ) >= 0 ) in on_action_public_p2p() 6675 pwdinfo->rx_invitereq_info.operation_ch[0]= operatingch_info[4]; in on_action_public_p2p()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_p2p.c | 2670 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2673 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2674 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2747 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2831 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2832 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2833 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2863 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local 2866 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2867 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() [all …]
|
| H A D | rtw_mlme_ext.c | 6818 u8 operatingch_info[5] = { 0x00 }; in on_action_public_p2p() local 6819 … (rtw_get_p2p_attr_content(merged_p2pie, merged_p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, in on_action_public_p2p() 6821 if (rtw_chset_search_ch(adapter_to_chset(padapter), (u32)operatingch_info[4]) >= 0) { in on_action_public_p2p() 6823 pwdinfo->rx_invitereq_info.operation_ch[0] = operatingch_info[4]; in on_action_public_p2p()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_p2p.c | 2669 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2672 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2673 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2746 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2830 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2831 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2832 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2862 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local 2865 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2866 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_p2p.c | 2670 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2673 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2674 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2747 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2831 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2832 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2833 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2863 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local 2866 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2867 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_p2p.c | 2670 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2673 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2674 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2747 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2831 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2832 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2833 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2863 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local 2866 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2867 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_p2p.c | 2669 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2672 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2673 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2746 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2830 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2831 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2832 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2862 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local 2865 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2866 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_p2p.c | 2670 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2673 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2674 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2747 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2831 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2832 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2833 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2863 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local 2866 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2867 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_p2p.c | 2948 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2951 …if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_co… in process_p2p_group_negotation_req() 2953 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 3036 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 3146 …if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_co… in process_p2p_group_negotation_resp() 3148 DBG_871X( "[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4] ); in process_p2p_group_negotation_resp() 3149 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 3185 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local 3188 …if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_co… in process_p2p_group_negotation_resp() 3190 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() [all …]
|
| H A D | rtw_mlme_ext.c | 6694 u8 operatingch_info[5] = { 0x00 }; in on_action_public_p2p() local 6695 …attr_content(merged_p2pie, merged_p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_conten… in on_action_public_p2p() 6697 … if( rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, (u32)operatingch_info[4] ) >= 0 ) in on_action_public_p2p() 6700 pwdinfo->rx_invitereq_info.operation_ch[0]= operatingch_info[4]; in on_action_public_p2p()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_p2p.c | 2670 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2673 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2674 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2747 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2831 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2832 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2833 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2863 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local 2866 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2867 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_p2p.c | 2740 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2743 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2744 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2817 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2903 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2904 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2905 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2935 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local 2938 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2939 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() [all …]
|
| H A D | rtw_mlme_ext.c | 6488 u8 operatingch_info[5] = { 0x00 }; in on_action_public_p2p() local 6489 … (rtw_get_p2p_attr_content(merged_p2pie, merged_p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, in on_action_public_p2p() 6491 … if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, (u32)operatingch_info[4]) >= 0) { in on_action_public_p2p() 6493 pwdinfo->rx_invitereq_info.operation_ch[0] = operatingch_info[4]; in on_action_public_p2p()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_p2p.c | 2732 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_req() local 2735 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_req() 2736 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_req() 2809 u8 operatingch_info[5] = { 0x00 }; in process_p2p_group_negotation_resp() local 2895 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2896 RTW_INFO("[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4]); in process_p2p_group_negotation_resp() 2897 pwdinfo->peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() 2927 u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; in process_p2p_group_negotation_resp() local 2930 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_con… in process_p2p_group_negotation_resp() 2931 peer_operating_ch = operatingch_info[4]; in process_p2p_group_negotation_resp() [all …]
|