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

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c177 const u8 *frm, u16 key_len_total)
189 end = ptr + key_len_total;
190 wpa_hexdump_key(MSG_DEBUG, "WNM: Key Data", ptr, key_len_total);
192 if (key_len_total && !wpa_sm_pmf_enabled(wpa_s->wpa)) {
251 u16 key_len_total; local
266 key_len_total = WPA_GET_LE16(frm + 1);
268 wpa_printf(MSG_DEBUG, "WNM-Sleep Mode Response token=%u key_len_total=%d",
269 frm[0], key_len_total);
271 if (key_len_total > left) {
275 pos += 3 + key_len_total;
176 wnm_sleep_mode_exit_success(struct wpa_supplicant *wpa_s, const u8 *frm, u16 key_len_total) argument
[all...]

Completed in 156 milliseconds