Searched refs:NL80211_KEY_DATA (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | nl80211_copy.h | 4431 * @NL80211_KEY_DATA: (temporal) key data; for TKIP this consists of 4455 NL80211_KEY_DATA, enumerator
|
H A D | driver_nl80211.c | 3188 nla_put(msg, NL80211_KEY_DATA, key_len, key)) in nl_add_key() 3231 nla_put(msg, NL80211_KEY_DATA, params->wep_key_len[i], in nl80211_set_conn_keys()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | nl80211_copy.h | 4855 * @NL80211_KEY_DATA: (temporal) key data; for TKIP this consists of 4880 NL80211_KEY_DATA, enumerator
|
H A D | driver_nl80211.c | 3553 if (nla_put(key_msg, NL80211_KEY_DATA, key_len, key) || in wpa_driver_nl80211_set_key() 3748 nla_put(msg, NL80211_KEY_DATA, key_len, key)) in nl_add_key() 3796 nla_put(msg, NL80211_KEY_DATA, params->wep_key_len[i], in nl80211_set_conn_keys()
|
Completed in 48 milliseconds