Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/fw/api/
Dcmdhdr.h45 static inline u32 iwl_cmd_id(u8 opcode, u8 groupid, u8 version) in iwl_cmd_id() argument
47 return opcode + (groupid << 8) + (version << 16); in iwl_cmd_id()
/drivers/staging/r8188eu/core/
Drtw_p2p.c933 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
937 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_devdisc_req()
938 if (!memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
939 !memcmp(pwdinfo->p2p_group_ssid, groupid + ETH_ALEN, pwdinfo->p2p_group_ssid_len)) { in process_p2p_devdisc_req()
1236 u8 groupid[38]; in process_p2p_group_negotation_resp() local
1356 memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
1357 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) { in process_p2p_group_negotation_resp()
1358 memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
1359 memcpy(pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN); in process_p2p_group_negotation_resp()
1382 u8 groupid[38] = { 0x00 }; in process_p2p_group_negotation_confirm() local
[all …]