Home
last modified time | relevance | path

Searched refs:WIFI_REASON_LENGTH (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/wlan/wpa/client/include/
H A Dwpa_client.h32 #define WIFI_REASON_LENGTH 32 macro
98 unsigned char reason[WIFI_REASON_LENGTH];
113 unsigned char reason[WIFI_REASON_LENGTH];
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_hal_define.h140 #define WIFI_REASON_LENGTH 32 macro
H A Dwpa_p2p_cmd.c2264 hdiReason = (char *)OsalMemCalloc(WIFI_REASON_LENGTH); in ProcessEventP2pGroupFormationFailure()
2265 if ((hdiReason == NULL) || (strncpy_s(hdiReason, WIFI_REASON_LENGTH, reason, strlen(reason)) != HDF_SUCCESS)) { in ProcessEventP2pGroupFormationFailure()

Completed in 7 milliseconds