Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c44 #define STA_NO_LEN 2 macro
1558 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()