WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
wai_sm.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2022. All rights reserved.
3 * Description: WAPI Implementation
4 */
5
6#ifndef WAI_SM_H
7#define WAI_SM_H
8
9int wai_sm_process(struct wpa_supplicant *wpa, const struct wpabuf *waibuf);
10int wapi_psk_to_bk(struct wpa_supplicant *wpa, const struct wpa_ssid *ssid);
11
12#endif /* end of wai_sm.h */
int wai_sm_process(struct wpa_supplicant *wpa, const struct wpabuf *waibuf)
Definition wai_sm.c:171
int wapi_psk_to_bk(struct wpa_supplicant *wpa, const struct wpa_ssid *ssid)
Definition wai_sm.c:975