Home
last modified time | relevance | path

Searched refs:l_channel (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.c263 输入参数 : hi_s32 l_channel :信道号
266 hi_s32 oal_ieee80211_channel_to_frequency(hi_s32 l_channel, wlan_channel_band_enum_uint8 band) in oal_ieee80211_channel_to_frequency() argument
270 if (l_channel <= 0) { in oal_ieee80211_channel_to_frequency()
276 if (l_channel == 14) { /* 14:信道号 */ in oal_ieee80211_channel_to_frequency()
278 } else if (l_channel < 14) { /* 14:信道号 */ in oal_ieee80211_channel_to_frequency()
279 return 2407 + l_channel * 5; /* 2407: 返回值 5: 乘以5 */ in oal_ieee80211_channel_to_frequency()
285 if (l_channel >= 182 && l_channel <= 196) { /* 182,196:信道号 */ in oal_ieee80211_channel_to_frequency()
286 return 4000 + l_channel * 5; /* 4000: 返回值 5: 乘以5 */ in oal_ieee80211_channel_to_frequency()
288 return 5000 + l_channel * in oal_ieee80211_channel_to_frequency()
305 hi_s32 l_channel; oal_ieee80211_frequency_to_channel() local
[all...]
H A Doal_net.h1506 hi_s32 l_channel; member
1669 hi_s32 oal_ieee80211_channel_to_frequency(hi_s32 l_channel, wlan_channel_band_enum_uint8 band);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211.c486 hi_s32 l_channel = (hi_s32)oal_ieee80211_frequency_to_channel((hi_s32)us_center_freq); in wal_drv_remain_on_channel() local
488 remain_on_channel.uc_listen_channel = (hi_u8)l_channel; in wal_drv_remain_on_channel()
530 "{wal_drv_remain_on_channel::SUCC! l_channel = %d, ul_duration = %d, cookie 0x%x, band = %u!}\r\n", in wal_drv_remain_on_channel()
531 l_channel, duration, *pull_cookie, remain_on_channel.band); in wal_drv_remain_on_channel()
3824 hi_s32 l_channel = channel->hw_value; in wal_cfg80211_set_channel_info() local
3827 hi_u32 ret = mac_is_channel_num_valid(channel->band, (hi_u8)l_channel); in wal_cfg80211_set_channel_info()
3830 channel->band, l_channel, ret); in wal_cfg80211_set_channel_info()
3843 bandwidth = mac_get_bandwith_from_center_freq_seg0((hi_u8)l_channel, (hi_u8)l_channel_center_freq); in wal_cfg80211_set_channel_info()
3845 switch (l_channel_center_freq - l_channel) { in wal_cfg80211_set_channel_info()
H A Dhi_wifi_driver_wpa_if.h398 hi_s32 l_channel; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/
H A Dhi_wifi_driver_wpa_if.h388 hi_s32 l_channel; member

Completed in 17 milliseconds