Home | History | Annotate | Download | only in net80211

Lines Matching defs:qos

289 	uint8_t qos;
296 /* nonce[0] is qos, determined later */
314 * on whether this is a 4-address frame/QOS frame.
318 * a QOS frame.
326 qos = qwh4->i_qos[0] & 0x0f; /* just priority bits */
327 ad[28] = qos;
331 qos = 0;
338 qos = qwh->i_qos[0] & 0x0f; /* just priority bits */
339 ad[22] = qos;
343 qos = 0;
347 nonce[0] = qos;