Home
last modified time | relevance | path

Searched refs:INVCHANSPEC (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmwifi_channels.c957 iter->chanspec = INVCHANSPEC; in wf_chanspec_iter_init()
969 if (!(bw == INVCHANSPEC || in wf_chanspec_iter_init()
1006 if (bw == INVCHANSPEC) { in wf_chanspec_iter_firstchan()
1106 bw = INVCHANSPEC; in wf_iter_next_bw()
1125 } else if (iter->bw == INVCHANSPEC) { in wf_chanspec_iter_next_2g()
1132 chspec = INVCHANSPEC; in wf_chanspec_iter_next_2g()
1148 chspec = INVCHANSPEC; in wf_chanspec_iter_next_2g()
1154 return (chspec != INVCHANSPEC); in wf_chanspec_iter_next_2g()
1181 } else if (iter->bw == INVCHANSPEC) { in wf_chanspec_iter_next_5g()
1184 if (bw != INVCHANSPEC) { in wf_chanspec_iter_next_5g()
[all …]
H A Dwl_escan.c99 return INVCHANSPEC; in wl_chspec_from_legacy()
116 return INVCHANSPEC; in wl_chspec_to_legacy()
146 return INVCHANSPEC; in wl_chspec_to_legacy()
176 if (chanspec == INVCHANSPEC) { in wl_chspec_host_to_driver()
765 if (chanspec == INVCHANSPEC) { in wl_escan_prep()
H A Dwl_roam.c224 if ((target_chan != INVCHANSPEC) && (target_chan != 0)) { in get_roam_channel_list()
H A Dwl_android_ext.c288 return INVCHANSPEC; in wl_ext_chspec_to_legacy()
318 return INVCHANSPEC; in wl_ext_chspec_to_legacy()
329 if (chanspec == INVCHANSPEC) { in wl_ext_chspec_host_to_driver()
400 return INVCHANSPEC; in wl_ext_chspec_from_legacy()
421 chanspec_band_t chanspec_band = INVCHANSPEC; in wl_ext_wlcband_to_chanspec_band()
644 if (fw_chspec != INVCHANSPEC) { in wl_ext_set_chanspec()
3356 if (acs_band == INVCHANSPEC) { in wl_ext_fw_apcs()
H A Dwl_cfgvif.c1549 chanspec_t chspec = INVCHANSPEC; in wl_cfg80211_set_channel()
1550 chanspec_t cur_chspec = INVCHANSPEC; in wl_cfg80211_set_channel()
1673 if (cur_chspec != INVCHANSPEC) { in wl_cfg80211_set_channel()
3874 cfg->ap_oper_channel = INVCHANSPEC; in wl_cfg80211_stop_ap()
4289 cfg->ap_oper_channel = INVCHANSPEC; in wl_cfg80211_del_beacon()
5013 if (chanspec != 0 && chanspec != INVCHANSPEC) { in wl_cfg80211_dfs_ap_move()
5039 if (val != INVCHANSPEC) { in wl_cfg80211_dfs_ap_move()
5284 if (!(cfg->ap_oper_channel == INVCHANSPEC) && (cfg->ap_oper_channel != chanspec)) { in wl_ap_channel_ind()
H A Dwl_cfgnan.h83 #define NAN_INVALID_CHANSPEC(chanspec) ((chanspec == INVCHANSPEC) || \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_channels.c957 iter->chanspec = INVCHANSPEC; in wf_chanspec_iter_init()
969 if (!(bw == INVCHANSPEC || in wf_chanspec_iter_init()
1006 if (bw == INVCHANSPEC) { in wf_chanspec_iter_firstchan()
1106 bw = INVCHANSPEC; in wf_iter_next_bw()
1125 } else if (iter->bw == INVCHANSPEC) { in wf_chanspec_iter_next_2g()
1132 chspec = INVCHANSPEC; in wf_chanspec_iter_next_2g()
1148 chspec = INVCHANSPEC; in wf_chanspec_iter_next_2g()
1154 return (chspec != INVCHANSPEC); in wf_chanspec_iter_next_2g()
1181 } else if (iter->bw == INVCHANSPEC) { in wf_chanspec_iter_next_5g()
1184 if (bw != INVCHANSPEC) { in wf_chanspec_iter_next_5g()
[all …]
H A Dwl_escan.c99 return INVCHANSPEC; in wl_chspec_from_legacy()
116 return INVCHANSPEC; in wl_chspec_to_legacy()
146 return INVCHANSPEC; in wl_chspec_to_legacy()
176 if (chanspec == INVCHANSPEC) { in wl_chspec_host_to_driver()
768 if (chanspec == INVCHANSPEC) { in wl_escan_prep()
H A Dwl_roam.c224 if ((target_chan != INVCHANSPEC) && (target_chan != 0)) { in get_roam_channel_list()
H A Dwl_cfgvif.c1543 chanspec_t chspec = INVCHANSPEC; in wl_cfg80211_set_channel()
1544 chanspec_t cur_chspec = INVCHANSPEC; in wl_cfg80211_set_channel()
1666 if (cur_chspec != INVCHANSPEC) { in wl_cfg80211_set_channel()
3850 cfg->ap_oper_channel = INVCHANSPEC; in wl_cfg80211_stop_ap()
4265 cfg->ap_oper_channel = INVCHANSPEC; in wl_cfg80211_del_beacon()
4987 if (chanspec != 0 && chanspec != INVCHANSPEC) { in wl_cfg80211_dfs_ap_move()
5013 if (val != INVCHANSPEC) { in wl_cfg80211_dfs_ap_move()
5239 if (!(cfg->ap_oper_channel == INVCHANSPEC) && (cfg->ap_oper_channel != chanspec)) { in wl_ap_channel_ind()
H A Dwl_android_ext.c283 return INVCHANSPEC; in wl_ext_chspec_to_legacy()
313 return INVCHANSPEC; in wl_ext_chspec_to_legacy()
324 if (chanspec == INVCHANSPEC) { in wl_ext_chspec_host_to_driver()
395 return INVCHANSPEC; in wl_ext_chspec_from_legacy()
661 if (fw_chspec != INVCHANSPEC) { in wl_ext_set_chanspec()
H A Dwl_cfgnan.h83 #define NAN_INVALID_CHANSPEC(chanspec) ((chanspec == INVCHANSPEC) || \
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcmwifi_channels.c832 chspec = INVCHANSPEC; in wf_create_20MHz_chspec()
835 chspec = INVCHANSPEC; in wf_create_20MHz_chspec()
1119 chanspec_t chanspec = INVCHANSPEC; in wf_chspec_80()
1165 return INVCHANSPEC; in wf_chspec_get8080_chspec()
1178 return INVCHANSPEC; in wf_chspec_get8080_chspec()
1217 if (primary80_chspec == INVCHANSPEC) { in wf_chspec_primary80_channel()
1237 if (secondary80_chspec == INVCHANSPEC) { in wf_chspec_secondary80_channel()
1288 chspec80 = INVCHANSPEC; in wf_chspec_primary80_chspec()
1334 chspec80 = INVCHANSPEC; in wf_chspec_secondary80_chspec()
H A Dbcmwifi_channels.h122 #define INVCHANSPEC 255u macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmwifi_channels.c881 chspec = INVCHANSPEC; in wf_create_20MHz_chspec()
884 chspec = INVCHANSPEC; in wf_create_20MHz_chspec()
1168 chanspec_t chanspec = INVCHANSPEC; in wf_chspec_80()
1214 return INVCHANSPEC; in wf_chspec_get8080_chspec()
1227 return INVCHANSPEC; in wf_chspec_get8080_chspec()
1266 if (primary80_chspec == INVCHANSPEC) { in wf_chspec_primary80_channel()
1286 if (secondary80_chspec == INVCHANSPEC) { in wf_chspec_secondary80_channel()
1337 chspec80 = INVCHANSPEC; in wf_chspec_primary80_chspec()
1383 chspec80 = INVCHANSPEC; in wf_chspec_secondary80_chspec()
H A Dbcmwifi_channels.h125 #define INVCHANSPEC 255u macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmwifi_channels.c881 chspec = INVCHANSPEC; in wf_create_20MHz_chspec()
884 chspec = INVCHANSPEC; in wf_create_20MHz_chspec()
1168 chanspec_t chanspec = INVCHANSPEC; in wf_chspec_80()
1214 return INVCHANSPEC; in wf_chspec_get8080_chspec()
1227 return INVCHANSPEC; in wf_chspec_get8080_chspec()
1266 if (primary80_chspec == INVCHANSPEC) { in wf_chspec_primary80_channel()
1286 if (secondary80_chspec == INVCHANSPEC) { in wf_chspec_secondary80_channel()
1337 chspec80 = INVCHANSPEC; in wf_chspec_primary80_chspec()
1383 chspec80 = INVCHANSPEC; in wf_chspec_secondary80_chspec()
H A Dbcmwifi_channels.h125 #define INVCHANSPEC 255u macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmwifi_channels.c1059 chanspec_t chanspec = INVCHANSPEC; in wf_chspec_80()
1105 return INVCHANSPEC; in wf_chspec_get8080_chspec()
1118 return INVCHANSPEC; in wf_chspec_get8080_chspec()
1273 chspec80 = INVCHANSPEC; in wf_chspec_primary80_chspec()
H A Dwl_escan.c94 return INVCHANSPEC; in wl_chspec_from_legacy()
111 return INVCHANSPEC; in wl_chspec_to_legacy()
141 return INVCHANSPEC; in wl_chspec_to_legacy()
171 if (chanspec == INVCHANSPEC) { in wl_chspec_host_to_driver()
703 if (chanspec == INVCHANSPEC) { in wl_escan_prep()
H A Dwl_cfgnan.h47 #define NAN_INVALID_CHANSPEC(chanspec) ((chanspec == INVCHANSPEC) || \
H A Dbcmwifi_channels.h117 #define INVCHANSPEC 255 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/include/
H A Dbrcmu_wifi.h62 #define INVCHANSPEC 255 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmwifi_channels.h156 #define INVCHANSPEC 255u macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwifi_channels.h156 #define INVCHANSPEC 255u macro

12