Searched refs:NL80211_ATTR_PMK (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | nl80211_copy.h | 182 * key should be specified using %NL80211_ATTR_PMK. Drivers supporting 194 * For 802.1X the PMK or PMK-R0 are set by providing %NL80211_ATTR_PMK 232 * on FILS cache identifier. Additionally %NL80211_ATTR_PMK is used with 438 * (for the BSSID), %NL80211_ATTR_PMKID, and optionally %NL80211_ATTR_PMK 441 * %NL80211_ATTR_PMKID, and %NL80211_ATTR_PMK in case of FILS 985 * When %NL80211_ATTR_PMKR0_NAME is set, %NL80211_ATTR_PMK specifies the 2270 * @NL80211_ATTR_PMK: attribute for passing PMK key material. Used with 2761 NL80211_ATTR_PMK, enumerator
|
H A D | driver_nl80211_event.c | 2536 tb[NL80211_ATTR_PMK], in do_process_drv_event()
|
H A D | driver_nl80211.c | 2994 nla_put(msg, NL80211_ATTR_PMK, key_len, key)) { in nl80211_set_pmk() 5647 if (nla_put(msg, NL80211_ATTR_PMK, 32, params->psk)) in nl80211_connect_common() 8013 nla_put(msg, NL80211_ATTR_PMK, params->pmk_len, params->pmk))) { in nl80211_pmkid()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | nl80211_copy.h | 187 * the preshared key should be specified using %NL80211_ATTR_PMK. Drivers 203 * the preshared key should be specified using %NL80211_ATTR_PMK. Drivers 208 * For 802.1X the PMK or PMK-R0 are set by providing %NL80211_ATTR_PMK 246 * on FILS cache identifier. Additionally %NL80211_ATTR_PMK is used with 506 * (for the BSSID), %NL80211_ATTR_PMKID, and optionally %NL80211_ATTR_PMK 509 * %NL80211_ATTR_PMKID, and %NL80211_ATTR_PMK in case of FILS 1069 * When %NL80211_ATTR_PMKR0_NAME is set, %NL80211_ATTR_PMK specifies the 2412 * @NL80211_ATTR_PMK: attribute for passing PMK key material. Used with 3003 NL80211_ATTR_PMK, enumerator
|
H A D | driver_nl80211.c | 3446 nla_put(msg, NL80211_ATTR_PMK, key_len, key)) { in nl80211_set_pmk() 6635 if (nla_put(msg, NL80211_ATTR_PMK, 32, params->psk)) 9316 nla_put(msg, NL80211_ATTR_PMK, params->pmk_len, params->pmk))) {
|
H A D | driver_nl80211_event.c | 3421 tb[NL80211_ATTR_PMK],
|
Completed in 58 milliseconds