Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_linux_mon.c78 monitor_states_t monitor_state; member
344 g_monitor.monitor_state = MONITOR_STATE_INTERFACE_ADDED; in dhd_add_monitor()
371 g_monitor.monitor_state = MONITOR_STATE_INTERFACE_DELETED; in dhd_del_monitor()
376 if (g_monitor.monitor_state != MONITOR_STATE_INTERFACE_DELETED) in dhd_del_monitor()
385 if (g_monitor.monitor_state == MONITOR_STATE_DEINIT) { in dhd_monitor_init()
388 g_monitor.monitor_state = MONITOR_STATE_INIT; in dhd_monitor_init()
397 if (g_monitor.monitor_state != MONITOR_STATE_DEINIT) { in dhd_monitor_uninit()
408 g_monitor.monitor_state = MONITOR_STATE_DEINIT; in dhd_monitor_uninit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_linux_mon.c78 monitor_states_t monitor_state; member
340 g_monitor.monitor_state = MONITOR_STATE_INTERFACE_ADDED; in dhd_add_monitor()
367 g_monitor.monitor_state = MONITOR_STATE_INTERFACE_DELETED; in dhd_del_monitor()
372 if (g_monitor.monitor_state != MONITOR_STATE_INTERFACE_DELETED) in dhd_del_monitor()
381 if (g_monitor.monitor_state == MONITOR_STATE_DEINIT) { in dhd_monitor_init()
384 g_monitor.monitor_state = MONITOR_STATE_INIT; in dhd_monitor_init()
394 if (g_monitor.monitor_state != MONITOR_STATE_DEINIT) { in dhd_monitor_uninit()
404 g_monitor.monitor_state = MONITOR_STATE_DEINIT; in dhd_monitor_uninit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_linux_mon.c77 monitor_states_t monitor_state; member
339 g_monitor.monitor_state = MONITOR_STATE_INTERFACE_ADDED; in dhd_add_monitor()
366 g_monitor.monitor_state = MONITOR_STATE_INTERFACE_DELETED; in dhd_del_monitor()
371 if (g_monitor.monitor_state != MONITOR_STATE_INTERFACE_DELETED) in dhd_del_monitor()
380 if (g_monitor.monitor_state == MONITOR_STATE_DEINIT) { in dhd_monitor_init()
383 g_monitor.monitor_state = MONITOR_STATE_INIT; in dhd_monitor_init()
392 if (g_monitor.monitor_state != MONITOR_STATE_DEINIT) { in dhd_monitor_uninit()
403 g_monitor.monitor_state = MONITOR_STATE_DEINIT; in dhd_monitor_uninit()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_linux_mon.c78 monitor_states_t monitor_state; member
340 g_monitor.monitor_state = MONITOR_STATE_INTERFACE_ADDED; in dhd_add_monitor()
367 g_monitor.monitor_state = MONITOR_STATE_INTERFACE_DELETED; in dhd_del_monitor()
372 if (g_monitor.monitor_state != MONITOR_STATE_INTERFACE_DELETED) in dhd_del_monitor()
381 if (g_monitor.monitor_state == MONITOR_STATE_DEINIT) { in dhd_monitor_init()
384 g_monitor.monitor_state = MONITOR_STATE_INIT; in dhd_monitor_init()
394 if (g_monitor.monitor_state != MONITOR_STATE_DEINIT) { in dhd_monitor_uninit()
404 g_monitor.monitor_state = MONITOR_STATE_DEINIT; in dhd_monitor_uninit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_linux_mon.c78 monitor_states_t monitor_state; member
344 g_monitor.monitor_state = MONITOR_STATE_INTERFACE_ADDED; in dhd_add_monitor()
371 g_monitor.monitor_state = MONITOR_STATE_INTERFACE_DELETED; in dhd_del_monitor()
376 if (g_monitor.monitor_state != MONITOR_STATE_INTERFACE_DELETED) in dhd_del_monitor()
385 if (g_monitor.monitor_state == MONITOR_STATE_DEINIT) { in dhd_monitor_init()
388 g_monitor.monitor_state = MONITOR_STATE_INIT; in dhd_monitor_init()
397 if (g_monitor.monitor_state != MONITOR_STATE_DEINIT) { in dhd_monitor_uninit()
408 g_monitor.monitor_state = MONITOR_STATE_DEINIT; in dhd_monitor_uninit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_linux_mon.c78 monitor_states_t monitor_state; member
340 g_monitor.monitor_state = MONITOR_STATE_INTERFACE_ADDED; in dhd_add_monitor()
367 g_monitor.monitor_state = MONITOR_STATE_INTERFACE_DELETED; in dhd_del_monitor()
372 if (g_monitor.monitor_state != MONITOR_STATE_INTERFACE_DELETED) in dhd_del_monitor()
381 if (g_monitor.monitor_state == MONITOR_STATE_DEINIT) { in dhd_monitor_init()
384 g_monitor.monitor_state = MONITOR_STATE_INIT; in dhd_monitor_init()
394 if (g_monitor.monitor_state != MONITOR_STATE_DEINIT) { in dhd_monitor_uninit()
404 g_monitor.monitor_state = MONITOR_STATE_DEINIT; in dhd_monitor_uninit()
/OK3568_Linux_fs/kernel/net/ncsi/
H A Dncsi-manage.c97 unsigned int monitor_state; in ncsi_channel_monitor() local
105 monitor_state = nc->monitor.state; in ncsi_channel_monitor()
125 switch (monitor_state) { in ncsi_channel_monitor()