Searched refs:valid_record_times (Results 1 – 4 of 4) sorted by relevance
1789 wl_nhm->valid_record_times += 1; in _get_wl_nhm_dbm()1791 if (wl_nhm->valid_record_times == 0) { in _get_wl_nhm_dbm()1792 wl_nhm->valid_record_times = 16; in _get_wl_nhm_dbm()1795 save_index = (wl_nhm->valid_record_times + 16 - 1) % 16; in _get_wl_nhm_dbm()1838 if (wl_nhm->valid_record_times > 0) { in _cmd_get_wl_nhm_dbm()1849 wl_nhm->current_status, wl_nhm->valid_record_times); in _cmd_get_wl_nhm_dbm()1851 stop_index = wl_nhm->valid_record_times; in _cmd_get_wl_nhm_dbm()1852 if (wl_nhm->valid_record_times > (u16)show_record_num) { in _cmd_get_wl_nhm_dbm()1854 wl_nhm->valid_record_times - (u16)show_record_num; in _cmd_get_wl_nhm_dbm()
759 u16 valid_record_times; member