Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/action_oui/dispatcher/inc/
H A Dwlan_action_oui_public_struct.h61 #define ACTION_OUI_MAX_CAPABILITY_LENGTH 1 macro
217 uint8_t capability[ACTION_OUI_MAX_CAPABILITY_LENGTH];
/wlan-driver/qcacld-3.0/components/action_oui/core/src/
H A Dwlan_action_oui_parse.c445 if (capability_length > ACTION_OUI_MAX_CAPABILITY_LENGTH) { in validate_and_convert_capability()