Lines Matching refs:if_handle

3141     void *if_handle = NULL;  in wlcm_process_sta_addr_config_event()  local
3151 if_handle = net_get_mlan_handle(); in wlcm_process_sta_addr_config_event()
3155 if_handle = net_get_wfd_handle(); 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()
3810 void *if_handle = NULL; in wlcm_process_authentication_event() local
3852 if_handle = net_get_mlan_handle(); in wlcm_process_authentication_event()
3853 net_interface_up(if_handle); in wlcm_process_authentication_event()
3872 if_handle = net_get_mlan_handle(); in wlcm_process_authentication_event()
3877 if_handle = net_get_wfd_handle(); in wlcm_process_authentication_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()
3998 void *if_handle = NULL; in wlcm_process_authentication_event() local
4002 if_handle = net_get_mlan_handle(); in wlcm_process_authentication_event()
4005 if (if_handle != NULL) in wlcm_process_authentication_event()
4011 net_interface_dhcp_stop(if_handle); in wlcm_process_authentication_event()
4012 net_interface_down(if_handle); in wlcm_process_authentication_event()
4632 void *if_handle = NULL; in wlcm_process_link_loss_event() local
4636 if_handle = net_get_mlan_handle(); in wlcm_process_link_loss_event()
4639 if (if_handle != NULL) in wlcm_process_link_loss_event()
4645 net_interface_dhcp_stop(if_handle); in wlcm_process_link_loss_event()
4646 net_interface_down(if_handle); in wlcm_process_link_loss_event()
4864 void *if_handle = NULL; in wlcm_process_net_dhcp_config() local
4908 if_handle = net_get_mlan_handle(); in wlcm_process_net_dhcp_config()
4911 net_interface_up(if_handle); in wlcm_process_net_dhcp_config()
4931 if_handle = net_get_mlan_handle(); in wlcm_process_net_dhcp_config()
4935 if_handle = net_get_wfd_handle(); 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()
4996 if_handle = net_get_mlan_handle(); in wlcm_process_net_dhcp_config()
5001 if_handle = net_get_wfd_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()
5021 void *if_handle = net_get_mlan_handle(); in wlcm_process_net_ipv6_config() local
5023 if (network->type != WLAN_BSS_TYPE_STA || (if_handle == NULL)) in wlcm_process_net_ipv6_config()
5028 net_get_if_ipv6_addr((struct net_ip_config *)&network->ip, if_handle); in wlcm_process_net_ipv6_config()
5983 void *if_handle = NULL; in uap_state_machine() local
6054 if_handle = net_get_uap_handle(); in uap_state_machine()
6060 if_handle = net_get_wfd_handle(); in uap_state_machine()
6069 ret = net_configure_address((struct net_ip_config *)&network->ip, if_handle); in uap_state_machine()
6146 if_handle = net_get_uap_handle(); in uap_state_machine()
6151 if_handle = net_get_wfd_handle(); in uap_state_machine()
6159 (void)net_get_if_addr((struct net_ip_config *)&network->ip, if_handle); in uap_state_machine()
6164 (void)net_get_if_ipv6_addr((struct net_ip_config *)&network->ip, if_handle); in uap_state_machine()
6315 void *if_handle = NULL; in wlcm_request_disconnect() local
6320 if_handle = net_get_mlan_handle(); in wlcm_request_disconnect()
6325 if_handle = net_get_wfd_handle(); in wlcm_request_disconnect()
6332 if (if_handle == NULL) in wlcm_request_disconnect()
6348 net_interface_dhcp_stop(if_handle); in wlcm_request_disconnect()
6349 net_interface_down(if_handle); in wlcm_request_disconnect()
11353 void *if_handle = NULL; in wlan_get_address() local
11364 if_handle = net_get_mlan_handle(); in wlan_get_address()
11365 if (net_get_if_addr((struct net_ip_config *)addr, if_handle) != 0) in wlan_get_address()
11371 if (net_get_if_ipv6_addr((struct net_ip_config *)addr, if_handle) != 0) in wlan_get_address()
11383 void *if_handle = NULL; in wlan_get_uap_address() local
11393 if_handle = net_get_uap_handle(); in wlan_get_uap_address()
11394 if (net_get_if_addr((struct net_ip_config *)addr, if_handle) != 0) in wlan_get_uap_address()
11425 void *if_handle = NULL; in wlan_get_wfd_address() local
11431 if_handle = net_get_wfd_handle(); in wlan_get_wfd_address()
11432 if (net_get_if_addr((struct net_ip_config *)addr, if_handle)) in wlan_get_wfd_address()