|
| int32 | drv_soc_eapol_packet_send (const int8 *ifname, const uint8 *src_addr, const uint8 *dst_addr, const uint8 *buf, uint32 length) |
| |
| int32 | drv_soc_eapol_packet_receive (const int8 *ifname, ext_rx_eapol_stru *rx_eapol) |
| |
| int32 | drv_soc_eapol_enable (const int8 *ifname, void(*notify_callback)(void *, void *), void *context) |
| |
| int32 | drv_soc_eapol_disable (const int8 *ifname) |
| |
| int32 | drv_soc_ioctl_get_own_mac (const int8 *ifname, const int8 *mac_addr) |
| |
| int32 | drv_soc_ioctl_set_ap (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_change_beacon (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_get_hw_feature (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_send_mlme (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_new_key (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_del_key (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_set_key (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_set_mode (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_get_mode (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_del_beacon (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_set_netdev (const int8 *ifname, const ext_bool_enum_uint8 *netdev) |
| |
| int32 | drv_soc_ioctl_scan (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_wifi_app_service_handle (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_disconnet (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_assoc (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_send_action (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_mesh_usr_add (const int8 *ifname, const void *buf_addr) |
| |
| int32 | drv_soc_ioctl_mesh_set_mgtk (const int8 *ifname, const void *buf_addr) |
| |
| int32 | drv_soc_ioctl_mesh_enable_flag (const int8 *ifname, enum ext_mesh_enable_flag_type flag_type, const void *buf_addr) |
| |
| int32 | drv_soc_ioctl_set_csi_config (const int8 *ifname, const void *csi_config) |
| |
| int32 | drv_soc_ioctl_csi_switch (const int8 *ifname, const void *switch_flag) |
| |
| int32 | drv_soc_ioctl_set_usr_app_ie (const int8 *ifname, const void *usr_app_ie) |
| |
| int32 | drv_soc_ioctl_sta_remove (const int8 *ifname, const void *buf_addr) |
| |
| int32 | drv_soc_ioctl_get_drv_flags (const int8 *ifname, const void *buf_addr) |
| |
| int32 | drv_soc_ioctl_set_delay_report (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_send_ext_auth_status (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_update_dh_ie (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_add_pmkid (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_remove_pmkid (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl_flush_pmkid (const int8 *ifname, const void *buf) |
| |
| int32 | drv_soc_ioctl (const int8 *ifname, const ext_ioctl_command_stru *ioctl_cmd) |
| |