Searched refs:ptk_kck (Results 1 - 13 of 13) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.h169 const u8 *ptk_kck, size_t ptk_kck_len,
332 static inline void wpa_sm_set_ptk_kck_kek(struct wpa_sm *sm, const u8 *ptk_kck, argument
H A Dwpa.c3210 const u8 *ptk_kck, size_t ptk_kck_len,
3213 if (ptk_kck && ptk_kck_len <= WPA_KCK_MAX_LEN) {
3214 os_memcpy(sm->ptk.kck, ptk_kck, ptk_kck_len);
3209 wpa_sm_set_ptk_kck_kek(struct wpa_sm *sm, const u8 *ptk_kck, size_t ptk_kck_len, const u8 *ptk_kek, size_t ptk_kek_len) argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.h169 const u8 *ptk_kck, size_t ptk_kck_len,
332 static inline void wpa_sm_set_ptk_kck_kek(struct wpa_sm *sm, const u8 *ptk_kck, argument
H A Dwpa.c3210 const u8 *ptk_kck, size_t ptk_kck_len,
3213 if (ptk_kck && ptk_kck_len <= WPA_KCK_MAX_LEN) {
3214 os_memcpy(sm->ptk.kck, ptk_kck, ptk_kck_len);
3209 wpa_sm_set_ptk_kck_kek(struct wpa_sm *sm, const u8 *ptk_kck, size_t ptk_kck_len, const u8 *ptk_kek, size_t ptk_kek_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.h169 const u8 *ptk_kck, size_t ptk_kck_len,
332 static inline void wpa_sm_set_ptk_kck_kek(struct wpa_sm *sm, const u8 *ptk_kck, argument
H A Dwpa.c3210 const u8 *ptk_kck, size_t ptk_kck_len,
3213 if (ptk_kck && ptk_kck_len <= WPA_KCK_MAX_LEN) {
3214 os_memcpy(sm->ptk.kck, ptk_kck, ptk_kck_len);
3209 wpa_sm_set_ptk_kck_kek(struct wpa_sm *sm, const u8 *ptk_kck, size_t ptk_kck_len, const u8 *ptk_kek, size_t ptk_kek_len) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_event.c285 struct nlattr *ptk_kck,
413 if (ptk_kck) {
414 event.assoc_info.ptk_kck = nla_data(ptk_kck);
415 event.assoc_info.ptk_kck_len = nla_len(ptk_kck);
277 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie, struct nlattr *timed_out, struct nlattr *timeout_reason, struct nlattr *authorized, struct nlattr *key_replay_ctr, struct nlattr *ptk_kck, struct nlattr *ptk_kek, struct nlattr *subnet_status) argument
H A Ddriver.h4452 * @ptk_kck
4476 * ptk_kck - The derived PTK KCK
4478 const u8 *ptk_kck; member in struct:wpa_event_data::assoc_info
4481 * ptk_kek_len - The length of ptk_kck
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_event.c285 struct nlattr *ptk_kck,
413 if (ptk_kck) {
414 event.assoc_info.ptk_kck = nla_data(ptk_kck);
415 event.assoc_info.ptk_kck_len = nla_len(ptk_kck);
277 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie, struct nlattr *timed_out, struct nlattr *timeout_reason, struct nlattr *authorized, struct nlattr *key_replay_ctr, struct nlattr *ptk_kck, struct nlattr *ptk_kek, struct nlattr *subnet_status) argument
H A Ddriver.h4452 * @ptk_kck
4476 * ptk_kck - The derived PTK KCK
4478 const u8 *ptk_kck; member in struct:wpa_event_data::assoc_info
4481 * ptk_kek_len - The length of ptk_kck
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_event.c285 struct nlattr *ptk_kck,
413 if (ptk_kck) {
414 event.assoc_info.ptk_kck = nla_data(ptk_kck);
415 event.assoc_info.ptk_kck_len = nla_len(ptk_kck);
277 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie, struct nlattr *timed_out, struct nlattr *timeout_reason, struct nlattr *authorized, struct nlattr *key_replay_ctr, struct nlattr *ptk_kck, struct nlattr *ptk_kek, struct nlattr *subnet_status) argument
H A Ddriver.h4452 * @ptk_kck
4476 * ptk_kck - The derived PTK KCK
4478 const u8 *ptk_kck; member in struct:wpa_event_data::assoc_info
4481 * ptk_kek_len - The length of ptk_kck
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c3610 wpa_sm_set_ptk_kck_kek(wpa_s->wpa, data->assoc_info.ptk_kck,

Completed in 205 milliseconds