Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/net/zephyr/
Dwm_net.h180 struct net_ip_config struct
493 int net_configure_address(struct net_ip_config *addr, void *intrfc_handle);
501 void net_configure_dns(struct net_ip_config *ip, unsigned int role);
514 int net_get_if_addr(struct net_ip_config *addr, void *intrfc_handle);
527 int net_get_if_ipv6_addr(struct net_ip_config *addr, void *intrfc_handle);
541 int net_get_if_ipv6_pref_addr(struct net_ip_config *addr, void *intrfc_handle);
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c1112 int net_configure_address(struct net_ip_config *addr, void *intrfc_handle) in net_configure_address()
1198 int net_get_if_addr(struct net_ip_config *addr, void *intrfc_handle) in net_get_if_addr()
1299 int net_get_if_ipv6_addr(struct net_ip_config *addr, void *intrfc_handle) in net_get_if_ipv6_addr()
1328 int net_get_if_ipv6_pref_addr(struct net_ip_config *addr, void *intrfc_handle) in net_get_if_ipv6_pref_addr()
1414 void net_configure_dns(struct net_ip_config *ip, unsigned int role) in net_configure_dns()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c3148 net_configure_dns((struct net_ip_config *)&network->ip, network->role); in wlcm_process_sta_addr_config_event()
3157 (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()
3929 ret = net_configure_address((struct net_ip_config *)&network->ip, if_handle); in wlcm_process_authentication_event()
4928 net_configure_dns((struct net_ip_config *)&network->ip, network->role); in wlcm_process_net_dhcp_config()
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()
5028 net_get_if_ipv6_addr((struct net_ip_config *)&network->ip, if_handle); in wlcm_process_net_ipv6_config()
6069 ret = net_configure_address((struct net_ip_config *)&network->ip, if_handle); in uap_state_machine()
6159 (void)net_get_if_addr((struct net_ip_config *)&network->ip, if_handle); in uap_state_machine()
[all …]