Lines Matching refs:scan
65 * @param scanMac Indicates the pointer to the MAC address to scan for.
76 * @brief wlan hal start scan.
79 * @param scan start scan with param.
81 * @return Returns <b>0</b> if start scan is successfully; returns a negative value otherwise.
86 int32_t (*startScan)(const char *ifName, WifiScan *scan);
89 * @brief wlan hal start pno scan.
92 * @param pnoSettings pno scan parameters.
94 * @return Returns <b>0</b> if starting pno scan is successfully; returns a negative value otherwise.
102 * @brief wlan hal start pno scan.
106 * @return Returns <b>0</b> if stopping pno scan is successfully; returns a negative value otherwise.