Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/net/zephyr/
Dwm_net.h430 #define net_get_mlan_handle() net_get_sta_handle() macro
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c813 net_interface_dhcp_stop(net_get_mlan_handle()); in wlan_dhcp_cleanup()
3151 if_handle = net_get_mlan_handle(); in wlcm_process_sta_addr_config_event()
3852 if_handle = net_get_mlan_handle(); in wlcm_process_authentication_event()
3872 if_handle = net_get_mlan_handle(); in wlcm_process_authentication_event()
4002 if_handle = net_get_mlan_handle(); in wlcm_process_authentication_event()
4636 if_handle = net_get_mlan_handle(); in wlcm_process_link_loss_event()
4908 if_handle = net_get_mlan_handle(); in wlcm_process_net_dhcp_config()
4931 if_handle = net_get_mlan_handle(); in wlcm_process_net_dhcp_config()
4996 if_handle = net_get_mlan_handle(); in wlcm_process_net_dhcp_config()
5021 void *if_handle = net_get_mlan_handle(); in wlcm_process_net_ipv6_config()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c988 interface_t *if_handle = (interface_t *)net_get_mlan_handle(); in stop_cb()