Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_scan.h37 RTW_PHL_SCAN_ACTIVE, enumerator
H A Dphl_scan_fsm.c882 if (p->scan_ch->type == RTW_PHL_SCAN_ACTIVE) in scan_off_ch_st_hdl()
903 p->scan_ch->type = RTW_PHL_SCAN_ACTIVE; in scan_off_ch_st_hdl()
H A Dphl_cmd_scan.c624 (scan_ch->type == RTW_PHL_SCAN_ACTIVE)) { in _cmd_scan_hdl_internal_evt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_scan.h37 RTW_PHL_SCAN_ACTIVE, enumerator
H A Dphl_scan_fsm.c882 if (p->scan_ch->type == RTW_PHL_SCAN_ACTIVE) in scan_off_ch_st_hdl()
903 p->scan_ch->type = RTW_PHL_SCAN_ACTIVE; in scan_off_ch_st_hdl()
H A Dphl_cmd_scan.c624 (scan_ch->type == RTW_PHL_SCAN_ACTIVE)) { in _cmd_scan_hdl_internal_evt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_scan.c1539 stype = RTW_PHL_SCAN_ACTIVE;
1548 … rfctl->channel_set[ch_set_idx].flags & RTW_CHF_NO_IR ? RTW_PHL_SCAN_PASSIVE : RTW_PHL_SCAN_ACTIVE;
1550 stype = RTW_PHL_SCAN_ACTIVE;
1596 …stype = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? RTW_PHL_SCAN_PASSIVE : RTW_PHL_SCAN_ACTIVE;
1692 else if (ScanType == RTW_PHL_SCAN_ACTIVE) {
1707 if (pmlmeext->sitesurvey_res.scan_mode == RTW_PHL_SCAN_ACTIVE) {
2662 phl_ch[i].type = RTW_PHL_SCAN_ACTIVE; in scan_channel_list_filled()
2883 phl_ch[i].type = RTW_PHL_SCAN_ACTIVE; in scan_channel_list_preparation()
H A Drtw_ioctl_set.c772 if (scan_mode != RTW_PHL_SCAN_ACTIVE && in rtw_set_scan_mode()
H A Drtw_mlme.c69 …pmlmepriv->scan_mode = RTW_PHL_SCAN_ACTIVE; /* 1: active, 0: pasive. Maybe someday we should renam… in _rtw_init_mlme_priv()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_scan.c1513 stype = RTW_PHL_SCAN_ACTIVE;
1522 … rfctl->channel_set[ch_set_idx].flags & RTW_CHF_NO_IR ? RTW_PHL_SCAN_PASSIVE : RTW_PHL_SCAN_ACTIVE;
1524 stype = RTW_PHL_SCAN_ACTIVE;
1570 …stype = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? RTW_PHL_SCAN_PASSIVE : RTW_PHL_SCAN_ACTIVE;
1666 else if (ScanType == RTW_PHL_SCAN_ACTIVE) {
1681 if (pmlmeext->sitesurvey_res.scan_mode == RTW_PHL_SCAN_ACTIVE) {
2636 phl_ch[i].type = RTW_PHL_SCAN_ACTIVE; in scan_channel_list_filled()
2857 phl_ch[i].type = RTW_PHL_SCAN_ACTIVE; in scan_channel_list_preparation()
H A Drtw_ioctl_set.c772 if (scan_mode != RTW_PHL_SCAN_ACTIVE && in rtw_set_scan_mode()
H A Drtw_mlme.c69 …pmlmepriv->scan_mode = RTW_PHL_SCAN_ACTIVE; /* 1: active, 0: pasive. Maybe someday we should renam… in _rtw_init_mlme_priv()