Searched refs:pwep (Results 1 – 1 of 1) sorted by relevance
1703 struct ndis_802_11_wep *pwep = NULL; in cfg80211_rtw_connect() local1717 pwep = rtw_malloc(wep_total_len); in cfg80211_rtw_connect()1718 if (!pwep) { in cfg80211_rtw_connect()1723 memset(pwep, 0, wep_total_len); in cfg80211_rtw_connect()1725 pwep->key_length = wep_key_len; in cfg80211_rtw_connect()1726 pwep->length = wep_total_len; in cfg80211_rtw_connect()1737 pwep->key_index = wep_key_idx; in cfg80211_rtw_connect()1738 pwep->key_index |= 0x80000000; in cfg80211_rtw_connect()1740 memcpy(pwep->key_material, (void *)sme->key, pwep->key_length); in cfg80211_rtw_connect()1742 if (rtw_set_802_11_add_wep(padapter, pwep) == (u8)_FAIL) in cfg80211_rtw_connect()[all …]