Searched refs:profileindex (Results 1 – 4 of 4) sorted by relevance
2241 pwdinfo->profileindex = 0; in rtw_p2p_profilefound()2243 if (pwdinfo->profileindex >= P2P_MAX_PERSISTENT_GROUP_NUM) { in rtw_p2p_profilefound()2251 … pwdinfo->profileinfo[pwdinfo->profileindex].peermac[jj] = key_2char2num(extra[kk], extra[kk + 1]); in rtw_p2p_profilefound()2253 … pwdinfo->profileinfo[pwdinfo->profileindex].ssidlen = (extra[18] - '0') * 10 + (extra[19] - '0'); in rtw_p2p_profilefound()2254 …memcpy(pwdinfo->profileinfo[pwdinfo->profileindex].ssid, &extra[20], pwdinfo->profileinfo[pwdinfo-… in rtw_p2p_profilefound()2255 pwdinfo->profileindex++; in rtw_p2p_profilefound()
211 u8 profileindex; /* Used to point to the index of profileinfo array */ member
232 u8 profileindex; /* Used to point to the index of profileinfo array */ member
1847 pwdinfo->profileindex = 0; in init_wifidirect_info()