Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_main.h200 #define CM_REQ_HISTORY_SIZE 30 macro
230 struct cm_req_history_info data[CM_REQ_HISTORY_SIZE];
H A Dwlan_cm_util.c2009 history->index %= CM_REQ_HISTORY_SIZE; in cm_req_history_add()
2027 for (i = 0; i < CM_REQ_HISTORY_SIZE; i++) { in cm_req_history_del()
2029 idx = CM_REQ_HISTORY_SIZE + history->index - i; in cm_req_history_del()
2083 for (i = 0; i < CM_REQ_HISTORY_SIZE; i++) { in cm_req_history_print()
2084 idx = (history->index + i) % CM_REQ_HISTORY_SIZE; in cm_req_history_print()