Searched refs:recorded_keys (Results 1 – 2 of 2) sorted by relevance
383 struct wl1271_ap_key *recorded_keys[MAX_NUM_KEYS]; member
3344 if (wlvif->ap.recorded_keys[i] == NULL) in wl1271_record_ap_key()3347 if (wlvif->ap.recorded_keys[i]->id == id) { in wl1271_record_ap_key()3369 wlvif->ap.recorded_keys[i] = ap_key; in wl1271_record_ap_key()3378 kfree(wlvif->ap.recorded_keys[i]); in wl1271_free_ap_keys()3379 wlvif->ap.recorded_keys[i] = NULL; in wl1271_free_ap_keys()3391 if (wlvif->ap.recorded_keys[i] == NULL) in wl1271_ap_init_hwenc()3394 key = wlvif->ap.recorded_keys[i]; in wl1271_ap_init_hwenc()
Completed in 33 milliseconds