Home
last modified time | relevance | path

Searched refs:staNo (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.h81 int staNo; member
125 void ReleaseWifiStaInterface(int staNo);
H A Dwpa_supplicant_hal.c1558 char staNo[STA_NO_LEN + 1] = {0}; in GetWifiStaInterface() local
1575 if (strncpy_s(staNo, sizeof(staNo), name + strlen("wlan"), STA_NO_LEN) != EOK) { in GetWifiStaInterface()
1581 p->staNo = atoi(staNo); in GetWifiStaInterface()
1623 void ReleaseWifiStaInterface(int staNo) in ReleaseWifiStaInterface() argument
1626 if (snprintf_s(name, sizeof(name), sizeof(name) - 1, "wlan%d", staNo) < 0) { in ReleaseWifiStaInterface()
1661 return p->staNo; in GetStaInterfaceNo()

Completed in 3 milliseconds