Searched refs:erq (Results 1 – 1 of 1) sorted by relevance
589 struct iw_point *erq, char *keybuf) in cfg80211_wext_siwencode() argument607 idx = erq->flags & IW_ENCODE_INDEX; in cfg80211_wext_siwencode()617 if (erq->flags & IW_ENCODE_DISABLED) in cfg80211_wext_siwencode()619 else if (erq->length == 0) { in cfg80211_wext_siwencode()634 params.key_len = erq->length; in cfg80211_wext_siwencode()635 if (erq->length == 5) in cfg80211_wext_siwencode()637 else if (erq->length == 13) in cfg80211_wext_siwencode()649 struct iw_point *erq, char *extra) in cfg80211_wext_siwencodeext() argument696 if (erq->flags & IW_ENCODE_DISABLED) in cfg80211_wext_siwencodeext()699 idx = erq->flags & IW_ENCODE_INDEX; in cfg80211_wext_siwencodeext()[all …]