Home
last modified time | relevance | path

Searched refs:recorded_keys (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/
A Dwlcore_i.h373 struct wl1271_ap_key *recorded_keys[MAX_NUM_KEYS]; member
A Dmain.c3264 if (wlvif->ap.recorded_keys[i] == NULL) in wl1271_record_ap_key()
3267 if (wlvif->ap.recorded_keys[i]->id == id) { in wl1271_record_ap_key()
3289 wlvif->ap.recorded_keys[i] = ap_key; in wl1271_record_ap_key()
3298 kfree(wlvif->ap.recorded_keys[i]); in wl1271_free_ap_keys()
3299 wlvif->ap.recorded_keys[i] = NULL; in wl1271_free_ap_keys()
3311 if (wlvif->ap.recorded_keys[i] == NULL) in wl1271_ap_init_hwenc()
3314 key = wlvif->ap.recorded_keys[i]; in wl1271_ap_init_hwenc()

Completed in 14 milliseconds