Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/net/zephyr/
Dwm_net.h514 int net_get_if_addr(struct net_ip_config *addr, void *intrfc_handle);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c3157 (void)net_get_if_addr((struct net_ip_config *)&network->ip, if_handle); in wlcm_process_sta_addr_config_event()
3913 (void)net_get_if_addr((struct net_ip_config *)&network->ip, if_handle); in wlcm_process_authentication_event()
4937 (void)net_get_if_addr((struct net_ip_config *)&network->ip, if_handle); in wlcm_process_net_dhcp_config()
5008 (void)net_get_if_addr((struct net_ip_config *)&network->ip, if_handle); in wlcm_process_net_dhcp_config()
6159 (void)net_get_if_addr((struct net_ip_config *)&network->ip, if_handle); in uap_state_machine()
11365 if (net_get_if_addr((struct net_ip_config *)addr, if_handle) != 0) in wlan_get_address()
11394 if (net_get_if_addr((struct net_ip_config *)addr, if_handle) != 0) in wlan_get_uap_address()
11432 if (net_get_if_addr((struct net_ip_config *)addr, if_handle)) in wlan_get_wfd_address()
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c1198 int net_get_if_addr(struct net_ip_config *addr, void *intrfc_handle) in net_get_if_addr() function