Searched refs:recorded_ap_keys (Results 1 – 2 of 2) sorted by relevance
1787 if (wl->recorded_ap_keys[i] == NULL) in wl1271_record_ap_key()1790 if (wl->recorded_ap_keys[i]->id == id) { in wl1271_record_ap_key()1811 wl->recorded_ap_keys[i] = ap_key; in wl1271_record_ap_key()1820 kfree(wl->recorded_ap_keys[i]); in wl1271_free_ap_keys()1821 wl->recorded_ap_keys[i] = NULL; in wl1271_free_ap_keys()1832 if (wl->recorded_ap_keys[i] == NULL) in wl1271_ap_init_hwenc()1835 key = wl->recorded_ap_keys[i]; in wl1271_ap_init_hwenc()
521 struct wl1271_ap_key *recorded_ap_keys[MAX_NUM_KEYS]; member