Home
last modified time | relevance | path

Searched defs:netif (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/net/zephyr/
Dwm_net.h47 struct netif struct
50 struct net_if_dev *if_dev;
74 * as it is already kept in the struct netif. argument
88 struct net_if *netif; member
Dwm_net_decl.h30 struct netif struct
54 * as it is already kept in the struct netif. argument
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c2090 struct netif *netif = net_get_uap_interface(); in do_start() local
2252 struct netif *netif = net_get_uap_interface(); in do_stop() local
3766 struct netif *netif = net_get_sta_interface(); in wlcm_process_association_notify_event() local
3813 struct netif *netif = net_get_sta_interface(); in wlcm_process_authentication_event() local
4195 struct netif *netif = net_get_sta_interface(); in wlan_11k_roam() local
4368 struct netif *netif = net_get_sta_interface(); in wlan_ft_roam() local
4799 struct netif *netif = net_get_sta_interface(); in wlcm_process_deauthentication_event() local
5232 struct netif *netif = net_get_uap_interface(); in wpa_supplicant_msg_cb() local
5849 struct netif *netif = net_get_sta_interface(); in wlcm_process_net_if_config_event() local
5910 struct netif *netif = net_get_sta_interface(); in wlcm_process_fw_hang_event() local
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c708 static int igmp_mac_filter(struct netif *netif, const struct in_addr *group, enum netif_mac_filter_… in igmp_mac_filter()
835 static int mld_mac_filter(struct netif *netif, const struct in6_addr *group, enum netif_mac_filter_… in mld_mac_filter()
1560 static int net_netif_deinit(struct net_if *netif) in net_netif_deinit()