Searched refs:ap_hlid_map (Results 1 – 2 of 2) sorted by relevance
1335 memset(wl->ap_hlid_map, 0, sizeof(wl->ap_hlid_map)); in __wl1271_op_remove_interface()2739 id = find_first_zero_bit(wl->ap_hlid_map, AP_MAX_STATIONS); in wl1271_allocate_sta()2746 __set_bit(id, wl->ap_hlid_map); in wl1271_allocate_sta()2757 if (WARN_ON(!test_bit(id, wl->ap_hlid_map))) in wl1271_free_sta()2760 __clear_bit(id, wl->ap_hlid_map); in wl1271_free_sta()2829 if (WARN_ON(!test_bit(id, wl->ap_hlid_map))) in wl1271_op_sta_remove()
518 unsigned long ap_hlid_map[BITS_TO_LONGS(AP_MAX_STATIONS)]; member