Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.h99 int (*wpaCliCmdWpsPin)(WifiWpaStaInterface *p, const struct WpaWpsPinArgv *wpspin, int *pincode);
H A Dwpa_supplicant_hal.c408 static int WpaCliCmdWpsPin(WifiWpaStaInterface *this, const struct WpaWpsPinArgv *wpspin, int *pincode) in WpaCliCmdWpsPin() argument
410 if (this == NULL || wpspin == NULL || pincode == NULL) { in WpaCliCmdWpsPin()
422 if (strlen(wpspin->bssid) > 0) { in WpaCliCmdWpsPin()
423 res = snprintf_s(cmd + pos, sizeof(cmd) - pos, sizeof(cmd) - pos - 1, " %s", wpspin->bssid); in WpaCliCmdWpsPin()
432 if (strlen(wpspin->pinCode) > 0) { in WpaCliCmdWpsPin()
433 res = snprintf_s(cmd + pos, sizeof(cmd) - pos, sizeof(cmd) - pos - 1, " %s", wpspin->pinCode); in WpaCliCmdWpsPin()

Completed in 3 milliseconds