Searched refs:erq (Results 1 – 1 of 1) sorted by relevance
602 struct iw_point *erq = &wrqu->encoding; in cfg80211_wext_siwencode() local625 idx = erq->flags & IW_ENCODE_INDEX; in cfg80211_wext_siwencode()637 if (erq->flags & IW_ENCODE_DISABLED) in cfg80211_wext_siwencode()639 else if (erq->length == 0) { in cfg80211_wext_siwencode()656 params.key_len = erq->length; in cfg80211_wext_siwencode()657 if (erq->length == 5) { in cfg80211_wext_siwencode()659 } else if (erq->length == 13) { in cfg80211_wext_siwencode()679 struct iw_point *erq = &wrqu->encoding; in cfg80211_wext_siwencodeext() local733 if (erq->flags & IW_ENCODE_DISABLED) in cfg80211_wext_siwencodeext()736 idx = erq->flags & IW_ENCODE_INDEX; in cfg80211_wext_siwencodeext()[all …]