Lines Matching refs:erq
602 struct iw_point *erq = &wrqu->encoding;
625 idx = erq->flags & IW_ENCODE_INDEX;
637 if (erq->flags & IW_ENCODE_DISABLED)
639 else if (erq->length == 0) {
656 params.key_len = erq->length;
657 if (erq->length == 5) {
659 } else if (erq->length == 13) {
679 struct iw_point *erq = &wrqu->encoding;
733 if (erq->flags & IW_ENCODE_DISABLED)
736 idx = erq->flags & IW_ENCODE_INDEX;
783 struct iw_point *erq = &wrqu->encoding;
791 idx = erq->flags & IW_ENCODE_INDEX;
801 erq->flags = idx + 1;
804 erq->flags |= IW_ENCODE_DISABLED;
805 erq->length = 0;
809 erq->length = min_t(size_t, erq->length,
811 memcpy(keybuf, wdev->wext.keys->params[idx].key, erq->length);
812 erq->flags |= IW_ENCODE_ENABLED;