Lines Matching refs:respcmd
67 uint16_t respcmd, curcmd;
85 respcmd = le16_to_cpu(resp->command);
89 respcmd, le16_to_cpu(resp->seqnum), len);
101 if (respcmd != CMD_RET(curcmd) &&
102 respcmd != CMD_RET_802_11_ASSOCIATE && curcmd != CMD_802_11_ASSOCIATE) {
104 respcmd, curcmd);
125 if (respcmd == CMD_RET(CMD_802_11_PS_MODE)) {
183 if ((result != 0 || !(respcmd & 0x8000))) {
185 result, respcmd);
189 switch (respcmd) {