Searched refs:secinfo (Results 1 – 3 of 3) sorted by relevance
133 if (((common->secinfo.gtk_cipher == WLAN_CIPHER_SUITE_WEP104) || in rsi_is_cipher_wep()134 (common->secinfo.gtk_cipher == WLAN_CIPHER_SUITE_WEP40)) && in rsi_is_cipher_wep()135 (!common->secinfo.ptk_cipher)) in rsi_is_cipher_wep()616 struct security_info *secinfo = &common->secinfo; in rsi_mac80211_set_key() local622 secinfo->security_enable = true; in rsi_mac80211_set_key()630 secinfo->ptk_cipher = key->cipher; in rsi_mac80211_set_key()632 secinfo->gtk_cipher = key->cipher; in rsi_mac80211_set_key()641 secinfo->security_enable = false; in rsi_mac80211_set_key()1008 common->secinfo.ptk_cipher = 0; in rsi_mac80211_sta_remove()1009 common->secinfo.gtk_cipher = 0; in rsi_mac80211_sta_remove()
179 struct security_info secinfo; member
70 (common->secinfo.security_enable)) { in rsi_send_data_pkt()