Home
last modified time | relevance | path

Searched refs:groupid (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dcmdhdr.h100 static inline u32 iwl_cmd_id(u8 opcode, u8 groupid, u8 version) in iwl_cmd_id() argument
102 return opcode + (groupid << 8) + (version << 16); in iwl_cmd_id()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Duseradd-staticids.bbclass122 uaargs.groupid = field[3] or uaargs.groupname
124 if uaargs.groupid and uaargs.gid != uaargs.groupid:
126 if not uaargs.groupid.isdigit():
128 bb.debug(1, "Adding group %s!" % uaargs.groupid)
129 newgroup = "%s %s" % (' --system' if uaargs.system else '', uaargs.groupid)
132 bb.debug(1, "Adding group %s (gid %s)!" % (uaargs.groupname, uaargs.groupid))
133 newgroup = "-g %s %s" % (uaargs.groupid, uaargs.groupname)
138 … for login %s to %s, verify configuration files!" % (d.getVar('PN'), uaargs.LOGIN, uaargs.groupid))
140 uaargs.gid = uaargs.groupid
H A Duseradd_base.bbclass75 local groupid=`echo "$awk_input" | awk -f- $rootdir/etc/group`
76 local awk_check_users='BEGIN {FS=":"}; $4=="'$groupid'" {print $1}'
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_p2p.c2383 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2387 attr_contentlen = sizeof(groupid); in process_p2p_devdisc_req()
2388 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2389 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2390 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2754 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2899 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2900 attr_contentlen = sizeof(groupid); in process_p2p_group_negotation_resp()
2901 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2902 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_p2p.c2383 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2387 attr_contentlen = sizeof(groupid); in process_p2p_devdisc_req()
2388 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2389 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2390 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2754 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2899 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2900 attr_contentlen = sizeof(groupid); in process_p2p_group_negotation_resp()
2901 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2902 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_p2p.c2383 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2387 attr_contentlen = sizeof(groupid); in process_p2p_devdisc_req()
2388 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2389 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2390 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2754 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2899 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2900 attr_contentlen = sizeof(groupid); in process_p2p_group_negotation_resp()
2901 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2902 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_p2p.c2383 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2387 attr_contentlen = sizeof(groupid); in process_p2p_devdisc_req()
2388 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2389 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2390 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2754 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2899 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2900 attr_contentlen = sizeof(groupid); in process_p2p_group_negotation_resp()
2901 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2902 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_p2p.c2383 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2387 attr_contentlen = sizeof(groupid); in process_p2p_devdisc_req()
2388 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2389 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2390 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2754 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2899 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2900 attr_contentlen = sizeof(groupid); in process_p2p_group_negotation_resp()
2901 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2902 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dwd719x.rst9 http://support.wdc.com/product/download.asp?groupid=801&sid=27&lang=en
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_p2p.c2547 u8 groupid[ 38 ] = { 0x00 }; in process_p2p_devdisc_req() local
2551 if(rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) in process_p2p_devdisc_req()
2553 if(_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2554 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid+ETH_ALEN, pwdinfo->p2p_group_ssid_len)) in process_p2p_devdisc_req()
3024 u8 groupid[ 38 ]; in process_p2p_group_negotation_resp() local
3205 _rtw_memset( groupid, 0x00, 38 ); in process_p2p_group_negotation_resp()
3206 if ( rtw_get_p2p_attr_content( p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen) ) in process_p2p_group_negotation_resp()
3208 _rtw_memcpy( pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN ); in process_p2p_group_negotation_resp()
3209 _rtw_memcpy( pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN ); in process_p2p_group_negotation_resp()
3254 u8 groupid[ 38 ] = { 0x00 }; in process_p2p_group_negotation_confirm() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_p2p.c2384 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2388 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2389 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2390 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2748 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2891 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2892 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2893 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
2894 _rtw_memcpy(pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN); in process_p2p_group_negotation_resp()
2928 u8 groupid[38] = { 0x00 }; in process_p2p_group_negotation_confirm() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_p2p.c2383 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2387 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2388 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2389 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2747 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2890 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2891 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2892 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
2893 _rtw_memcpy(pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN); in process_p2p_group_negotation_resp()
2927 u8 groupid[38] = { 0x00 }; in process_p2p_group_negotation_confirm() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_p2p.c2384 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2388 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2389 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2390 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2748 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2891 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2892 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2893 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
2894 _rtw_memcpy(pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN); in process_p2p_group_negotation_resp()
2927 u8 groupid[38] = { 0x00 }; in process_p2p_group_negotation_confirm() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_p2p.c2384 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2388 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2389 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2390 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2748 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2891 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2892 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2893 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
2894 _rtw_memcpy(pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN); in process_p2p_group_negotation_resp()
2927 u8 groupid[38] = { 0x00 }; in process_p2p_group_negotation_confirm() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_p2p.c2383 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2387 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2388 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2389 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2747 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2890 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2891 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2892 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
2893 _rtw_memcpy(pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN); in process_p2p_group_negotation_resp()
2926 u8 groupid[38] = { 0x00 }; in process_p2p_group_negotation_confirm() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_p2p.c2384 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2388 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2389 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2390 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2748 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2891 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2892 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2893 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
2894 _rtw_memcpy(pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN); in process_p2p_group_negotation_resp()
2927 u8 groupid[38] = { 0x00 }; in process_p2p_group_negotation_confirm() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_p2p.c2579 u8 groupid[ 38 ] = { 0x00 }; in process_p2p_devdisc_req() local
2583 if(rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) in process_p2p_devdisc_req()
2585 if(_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2586 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid+ETH_ALEN, pwdinfo->p2p_group_ssid_len)) in process_p2p_devdisc_req()
3039 u8 groupid[ 38 ]; in process_p2p_group_negotation_resp() local
3221 _rtw_memset( groupid, 0x00, 38 ); in process_p2p_group_negotation_resp()
3222 if ( rtw_get_p2p_attr_content( p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen) ) in process_p2p_group_negotation_resp()
3224 _rtw_memcpy( pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN ); in process_p2p_group_negotation_resp()
3225 _rtw_memcpy( pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN ); in process_p2p_group_negotation_resp()
3257 u8 groupid[ 38 ] = { 0x00 }; in process_p2p_group_negotation_confirm() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_p2p.c2384 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2388 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2389 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2390 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2748 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2891 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2892 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2893 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
2894 _rtw_memcpy(pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN); in process_p2p_group_negotation_resp()
2927 u8 groupid[38] = { 0x00 }; in process_p2p_group_negotation_confirm() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_p2p.c2443 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2447 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2448 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2449 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2820 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2963 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2964 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2965 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
2966 _rtw_memcpy(pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN); in process_p2p_group_negotation_resp()
2997 u8 groupid[38] = { 0x00 }; in process_p2p_group_negotation_confirm() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_p2p.c2446 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
2450 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
2451 if (_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
2452 _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
2812 u8 groupid[38]; in process_p2p_group_negotation_resp() local
2955 _rtw_memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
2956 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
2957 _rtw_memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
2958 _rtw_memcpy(pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN); in process_p2p_group_negotation_resp()
2989 u8 groupid[38] = { 0x00 }; in process_p2p_group_negotation_confirm() local
[all …]
/OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/
H A Dkvm_stat644 for groupid in groupids:
662 trace_cpu = groupid if self._pid == 0 else -1
663 trace_pid = int(groupid) if self._pid != 0 else -1
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dcoda.rst619 mode, owner, groupid, atime, mtime and ctime. The return value
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/
H A Dusage.rst320 (similar to above but for the groupid instead of uid) (default)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dwlioctl.h4600 uint16 groupid; /* Group ID: 0 (SSID), 1 (BSSID), other: reserved */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dwlioctl.h5918 uint16 groupid; /* Group ID: 0 (SSID), 1 (BSSID), other: reserved */ member

12