Searched refs:WLAN_KEY_LEN_TKIP (Results 1 – 6 of 6) sorted by relevance
809 u8 tkip_old[WLAN_KEY_LEN_TKIP], tkip_new[WLAN_KEY_LEN_TKIP]; in ieee80211_key_identical()825 new->conf.keylen == WLAN_KEY_LEN_TKIP && in ieee80211_key_identical()827 memcpy(tkip_old, tk_old, WLAN_KEY_LEN_TKIP); in ieee80211_key_identical()828 memcpy(tkip_new, tk_new, WLAN_KEY_LEN_TKIP); in ieee80211_key_identical()
782 if (enc_key->key_len == WLAN_KEY_LEN_TKIP) { in mwifiex_cmd_802_11_key_material_v2()919 } else if (enc_key->key_len == WLAN_KEY_LEN_TKIP) { in mwifiex_cmd_802_11_key_material_v1()
939 u8 key[WLAN_KEY_LEN_TKIP];
1912 BUILD_BUG_ON(sizeof(conf.key) < WLAN_KEY_LEN_TKIP); in iwl_mvm_setup_connection_keep()1926 conf.conf.keylen = WLAN_KEY_LEN_TKIP; in iwl_mvm_setup_connection_keep()
386 if (params->key_len != WLAN_KEY_LEN_TKIP) in cfg80211_validate_key_settings()
3571 WLAN_KEY_LEN_TKIP = 32, enumerator
Completed in 51 milliseconds