Home
last modified time | relevance | path

Searched refs:prot_event (Results 1 – 1 of 1) sorted by relevance

/components/drivers/wlan/
A Ddev_wlan_prot.c46 rt_wlan_prot_event_t prot_event; in rt_wlan_prot_event_handle() local
58 prot_event = RT_WLAN_PROT_EVT_INIT_DONE; in rt_wlan_prot_event_handle()
64 prot_event = RT_WLAN_PROT_EVT_CONNECT; in rt_wlan_prot_event_handle()
70 prot_event = RT_WLAN_PROT_EVT_DISCONNECT; in rt_wlan_prot_event_handle()
76 prot_event = RT_WLAN_PROT_EVT_AP_START; in rt_wlan_prot_event_handle()
82 prot_event = RT_WLAN_PROT_EVT_AP_STOP; in rt_wlan_prot_event_handle()
88 prot_event = RT_WLAN_PROT_EVT_AP_ASSOCIATED; in rt_wlan_prot_event_handle()
94 prot_event = RT_WLAN_PROT_EVT_AP_DISASSOCIATED; in rt_wlan_prot_event_handle()
107 handler = prot_event_tab[prot_event][i].handler; in rt_wlan_prot_event_handle()
108 prot = prot_event_tab[prot_event][i].prot; in rt_wlan_prot_event_handle()
[all …]

Completed in 2 milliseconds