Searched refs:if_handle (Results 1 – 2 of 2) sorted by relevance
514 interface_t *if_handle = (interface_t *)dev->data; in nxp_wifi_internal_tx() local515 t_u8 interface = if_handle->state.interface; in nxp_wifi_internal_tx()988 interface_t *if_handle = (interface_t *)net_get_mlan_handle(); in stop_cb() local990 net_dhcpv4_stop(if_handle->netif); in stop_cb()994 (void)net_if_dormant_on(if_handle->netif); in stop_cb()1123 interface_t *if_handle = (interface_t *)intrfc_handle; in net_configure_address() local1126 …net_d("configuring interface %s (with %s)", (if_handle == &g_mlan) ? "mlan" : (if_handle == &g_uap… in net_configure_address()1129 net_d("configuring interface %s (with %s)", (if_handle == &g_mlan) ? "mlan" : "uap", in net_configure_address()1133 if (if_handle == &g_mlan) in net_configure_address()1135 net_if_set_default(if_handle->netif); in net_configure_address()[all …]
3141 void *if_handle = NULL; in wlcm_process_sta_addr_config_event() local3151 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() local3852 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()[all …]