Home
last modified time | relevance | path

Searched refs:WIFI_MAX_CHANNEL_NUM (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h319 #define WIFI_MAX_CHANNEL_NUM 24 macro
324 WifiIeee80211Channel iee80211Channel[WIFI_MAX_CHANNEL_NUM]; /**< WLAN channel structures */
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h38 #define WIFI_MAX_CHANNEL_NUM 24 macro
463 WifiIeee80211Channel iee80211Channel[WIFI_MAX_CHANNEL_NUM]; /**< WLAN channel structures */
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c32 #define WIFI_MAX_CHANNEL_NUM 24 macro
572 if (band->channelCount > WIFI_MAX_CHANNEL_NUM) { in WifiFillHwFeature()