Searched refs:WIFI_EVENT_FOURWAY_HANDSHAKE_DONE (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/ |
A D | wifi_ind.c | 115 case WIFI_EVENT_FOURWAY_HANDSHAKE_DONE: in wifi_indication()
|
A D | wifi_conf.c | 657 wifi_reg_event_handler(WIFI_EVENT_FOURWAY_HANDSHAKE_DONE, wifi_handshake_done_hdl, NULL); in wifi_connect() 739 wifi_unreg_event_handler(WIFI_EVENT_FOURWAY_HANDSHAKE_DONE, wifi_handshake_done_hdl); in wifi_connect() 863 wifi_reg_event_handler(WIFI_EVENT_FOURWAY_HANDSHAKE_DONE, wifi_handshake_done_hdl, NULL); in wifi_connect_bssid() 911 wifi_unreg_event_handler(WIFI_EVENT_FOURWAY_HANDSHAKE_DONE, wifi_handshake_done_hdl); in wifi_connect_bssid()
|
A D | wifi_util.c | 1130 wifi_indication(WIFI_EVENT_FOURWAY_HANDSHAKE_DONE, extra, strlen(IW_EXT_STR_FOURWAY_DONE), 0); in wext_wlan_indicate()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/ |
A D | wifi_constants.h | 576 WIFI_EVENT_FOURWAY_HANDSHAKE_DONE = 2, enumerator
|
Completed in 16 milliseconds