Searched refs:STA_NO_LEN (Results 1 – 1 of 1) sorted by relevance
44 #define STA_NO_LEN 2 macro1558 char staNo[STA_NO_LEN + 1] = {0}; in GetWifiStaInterface()1575 if (strncpy_s(staNo, sizeof(staNo), name + strlen("wlan"), STA_NO_LEN) != EOK) { in GetWifiStaInterface()