Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/logging/inc/
Dwlan_connectivity_logging.h771 #define MAX_VSIE_LEN 255 macro
826 uint8_t vsie[MAX_VSIE_LEN];
/wlan-driver/qcacld-3.0/components/cmn_services/logging/src/
Dwlan_connectivity_logging.c915 if (data->vsie_len > MAX_VSIE_LEN) in wlan_populate_vsie()
916 data->vsie_len = MAX_VSIE_LEN; in wlan_populate_vsie()