Lines Matching refs:netdev_t

29 int haas200_wifi_init(netdev_t *dev)  in haas200_wifi_init()
44 int haas200_wifi_deinit(netdev_t *dev) in haas200_wifi_deinit()
49 int haas200_wifi_set_mode(netdev_t *dev, wifi_mode_t mode) in haas200_wifi_set_mode()
54 int haas200_wifi_get_mode(netdev_t *dev, wifi_mode_t *devode) in haas200_wifi_get_mode()
59 int haas200_wifi_install_event_cb(netdev_t *dev, wifi_event_func *evt_cb) in haas200_wifi_install_event_cb()
64 int haas200_wifi_cancel_connect(netdev_t *dev) in haas200_wifi_cancel_connect()
74 int haas200_wifi_set_mac_addr(netdev_t *dev, const uint8_t *devac) in haas200_wifi_set_mac_addr()
79 int haas200_wifi_get_mac_addr(netdev_t *dev, uint8_t *devac) in haas200_wifi_get_mac_addr()
94 int haas200_wifi_set_lpm(netdev_t *dev, wifi_lpm_mode_t mode) in haas200_wifi_set_lpm()
100 int haas200_wifi_get_lpm(netdev_t *dev, wifi_lpm_mode_t *mode) in haas200_wifi_get_lpm()
106 int haas200_wifi_notify_ip_state2drv(netdev_t *dev, wifi_ip_stat_t *out_net_para, wifi_mode_t wifi_… in haas200_wifi_notify_ip_state2drv()
198 int haas200_wifi_start_scan(netdev_t *dev, wifi_scan_config_t *config, bool block) in haas200_wifi_start_scan()
319 int haas200_wifi_connect(netdev_t *dev, wifi_config_t *config) in haas200_wifi_connect()
385 int haas200_wifi_disconnect(netdev_t *dev) in haas200_wifi_disconnect()
421 int haas200_wifi_sta_get_link_status(netdev_t *dev, wifi_ap_record_t *ap_info) in haas200_wifi_sta_get_link_status()
462 int haas200_wifi_ap_get_sta_list(netdev_t *dev, wifi_sta_list_t *sta) in haas200_wifi_ap_get_sta_list()
488 int haas200_wifi_start_monitor(netdev_t *dev, wifi_promiscuous_cb_t cb) in haas200_wifi_start_monitor()
501 int haas200_wifi_stop_monitor(netdev_t *dev) in haas200_wifi_stop_monitor()
509 int haas200_wifi_send_80211_raw_frame(netdev_t *dev, void *buffer, uint16_t len) in haas200_wifi_send_80211_raw_frame()
517 int haas200_wifi_get_channel(netdev_t *dev, int *channel) in haas200_wifi_get_channel()
522 int haas200_wifi_set_channel(netdev_t *dev, int channel) in haas200_wifi_set_channel()
594 int haas200_wifi_start_specified_scan(netdev_t *dev, ap_list_t *ap_list, int ap_num) in haas200_wifi_start_specified_scan()
655 int haas200_wifi_register_monitor_cb(netdev_t *dev, monitor_data_cb_t fn) in haas200_wifi_register_monitor_cb()
663 int haas200_wifi_start_mgnt_monitor(netdev_t *dev) in haas200_wifi_start_mgnt_monitor()
669 int haas200_wifi_stop_mgnt_monitor(netdev_t *dev) in haas200_wifi_stop_mgnt_monitor()
684 int haas200_wifi_register_mgnt_monitor_cb(netdev_t *dev, monitor_data_cb_t fn) in haas200_wifi_register_mgnt_monitor_cb()
694 int haas200_wifi_set_channellist(netdev_t *dev, wifi_channel_list_t *channellist) in haas200_wifi_set_channellist()
703 int haas200_wifi_get_channellist(netdev_t *dev, wifi_channel_list_t *channellist) in haas200_wifi_get_channellist()