Searched refs:chan_offset (Results 1 – 4 of 4) sorted by relevance
885 t_u8 chan_offset; in wlan_check_chan_width_ht40_by_region() local904 chan_offset = GET_SECONDARYCHAN(pbss_desc->pht_info->ht_info.field2); in wlan_check_chan_width_ht40_by_region()906 if((chan_offset == SEC_CHAN_ABOVE) && (pmpriv->curr_chan_flags & CHAN_FLAGS_NO_HT40PLUS)) in wlan_check_chan_width_ht40_by_region()908 if((chan_offset == SEC_CHAN_BELOW) && (pmpriv->curr_chan_flags & CHAN_FLAGS_NO_HT40MINUS)) in wlan_check_chan_width_ht40_by_region()930 if (chan_offset == (t_u8)SEC_CHAN_ABOVE) in wlan_check_chan_width_ht40_by_region()
925 t_u8 chan_offset; in wifi_get_sec_channel_offset() local940 chan_offset = SEC_CHAN_ABOVE; in wifi_get_sec_channel_offset()945 chan_offset = SEC_CHAN_ABOVE; in wifi_get_sec_channel_offset()947 chan_offset = SEC_CHAN_BELOW; in wifi_get_sec_channel_offset()949 chan_offset = SEC_CHAN_NONE; in wifi_get_sec_channel_offset()954 chan_offset = SEC_CHAN_BELOW; in wifi_get_sec_channel_offset()958 chan_offset = wlan_get_second_channel_offset(pmpriv, chan); in wifi_get_sec_channel_offset()961 return chan_offset; in wifi_get_sec_channel_offset()
3043 t_u8 chan_offset; in wifi_process_cmd_response() local3046 chan_offset = wifi_get_sec_channel_offset(acs_scan->chan); in wifi_process_cmd_response()3047 if (chan_offset == SEC_CHAN_ABOVE) in wifi_process_cmd_response()3051 else if (chan_offset == SEC_CHAN_BELOW) in wifi_process_cmd_response()
2627 event.dfs_event.chan_offset = dfs_cac_info->ch_offset; in wifi_nxp_wpa_supp_event_proc_dfs_cac_started()2655 event.dfs_event.chan_offset = dfs_cac_info->ch_offset; in wifi_nxp_wpa_supp_event_proc_dfs_cac_finished()2979 t_u8 chan_offset; in wifi_nxp_set_acs_params() local2981 chan_offset = wifi_get_sec_channel_offset(channel); in wifi_nxp_set_acs_params()2982 if (chan_offset == SEC_CHAN_ABOVE) in wifi_nxp_set_acs_params()2986 else if (chan_offset == SEC_CHAN_BELOW) in wifi_nxp_set_acs_params()