Home
last modified time | relevance | path

Searched refs:channellist (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/wifi/include/aos/hal/
A Dwifi.h73 int (*set_channellist)(netdev_t *dev, wifi_channel_list_t *channellist);
74 int (*get_channellist)(netdev_t *dev, wifi_channel_list_t *channellist);
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dwifi_port.c694 int haas200_wifi_set_channellist(netdev_t *dev, wifi_channel_list_t *channellist) in haas200_wifi_set_channellist() argument
698 …memcpy(&haas200_wifi_channel_list, channellist->channel_list, channellist->channel_num*sizeof(int)… in haas200_wifi_set_channellist()
699 haas200_wifi_channel_list_num = channellist->channel_num; in haas200_wifi_set_channellist()
703 int haas200_wifi_get_channellist(netdev_t *dev, wifi_channel_list_t *channellist) in haas200_wifi_get_channellist() argument
705 channellist->channel_list = &haas200_wifi_channel_list; in haas200_wifi_get_channellist()
706 channellist->channel_num = haas200_wifi_channel_list_num; in haas200_wifi_get_channellist()

Completed in 4 milliseconds