Searched refs:scan_obj (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_scan_fsm.c | 102 struct scan_obj { struct 133 void off_ch_set_step(struct scan_obj *pscan, u8 step) in off_ch_set_step() argument 138 void off_ch_clr_step(struct scan_obj *pscan, u8 step) in off_ch_clr_step() 143 bool off_ch_chk_step(struct scan_obj *pscan, u8 step) in off_ch_chk_step() 156 static int drv_offchannel_stop_vifs(struct scan_obj *pscan) in drv_offchannel_stop_vifs() 167 static int off_ch_return_set_ch_bw(struct scan_obj *pscan) in off_ch_return_set_ch_bw() 195 static void scan_acs_mntr_trigger(struct scan_obj *pscan, in scan_acs_mntr_trigger() 204 static void scan_acs_mntr_result(struct scan_obj *pscan) in scan_acs_mntr_result() 214 static int scan_complete(struct scan_obj *pscan) in scan_complete() 261 static void scan_set_timer(struct scan_obj *pscan, u32 duration, u16 event) in scan_set_timer() [all …]
|
| H A D | phl_scan_fsm.h | 26 struct scan_obj *phl_scan_new_obj(struct fsm_main *fsm, 28 void phl_scan_destory_obj(struct scan_obj *pscan);
|
| H A D | phl_struct.h | 322 void *scan_obj; member
|
| H A D | phl_init.c | 640 if (phl_info->scan_obj != NULL) in phl_scan_init() 643 phl_info->scan_obj = phl_scan_new_obj(phl_info->scan_fsm, phl_info); in phl_scan_init() 644 if (phl_info->scan_obj == NULL) in phl_scan_init() 657 phl_scan_destory_obj(phl_info->scan_obj); in phl_scan_deinit() 658 phl_info->scan_obj = NULL; in phl_scan_deinit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_scan_fsm.c | 102 struct scan_obj { struct 133 void off_ch_set_step(struct scan_obj *pscan, u8 step) in off_ch_set_step() argument 138 void off_ch_clr_step(struct scan_obj *pscan, u8 step) in off_ch_clr_step() 143 bool off_ch_chk_step(struct scan_obj *pscan, u8 step) in off_ch_chk_step() 156 static int drv_offchannel_stop_vifs(struct scan_obj *pscan) in drv_offchannel_stop_vifs() 167 static int off_ch_return_set_ch_bw(struct scan_obj *pscan) in off_ch_return_set_ch_bw() 195 static void scan_acs_mntr_trigger(struct scan_obj *pscan, in scan_acs_mntr_trigger() 204 static void scan_acs_mntr_result(struct scan_obj *pscan) in scan_acs_mntr_result() 214 static int scan_complete(struct scan_obj *pscan) in scan_complete() 261 static void scan_set_timer(struct scan_obj *pscan, u32 duration, u16 event) in scan_set_timer() [all …]
|
| H A D | phl_scan_fsm.h | 26 struct scan_obj *phl_scan_new_obj(struct fsm_main *fsm, 28 void phl_scan_destory_obj(struct scan_obj *pscan);
|
| H A D | phl_struct.h | 317 void *scan_obj; member
|
| H A D | phl_init.c | 632 if (phl_info->scan_obj != NULL) in phl_scan_init() 635 phl_info->scan_obj = phl_scan_new_obj(phl_info->scan_fsm, phl_info); in phl_scan_init() 636 if (phl_info->scan_obj == NULL) in phl_scan_init() 649 phl_scan_destory_obj(phl_info->scan_obj); in phl_scan_deinit() 650 phl_info->scan_obj = NULL; in phl_scan_deinit()
|