Home
last modified time | relevance | path

Searched refs:netif (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c73 static int igmp_mac_filter(struct netif *netif, const struct in_addr *group, enum netif_mac_filter_…
76 static int mld_mac_filter(struct netif *netif, const struct in6_addr *group, enum netif_mac_filter_…
157 err = net_internal_rx_callback(g_uap.netif, p); in deliver_packet_above()
160 err = net_internal_rx_callback(g_mlan.netif, p); in deliver_packet_above()
186 pkt = net_pkt_rx_alloc_with_buffer(g_uap.netif, datalen, AF_INET, 0, K_NO_WAIT); in gen_pkt_from_data()
189 pkt = net_pkt_rx_alloc_with_buffer(g_mlan.netif, datalen, AF_INET, 0, K_NO_WAIT); in gen_pkt_from_data()
221 pkt = net_pkt_alloc_with_buffer(g_uap.netif, datalen, AF_INET, 0, K_NO_WAIT); in gen_tx_pkt_from_data()
224 pkt = net_pkt_alloc_with_buffer(g_mlan.netif, datalen, AF_INET, 0, K_NO_WAIT); in gen_tx_pkt_from_data()
257 pkt = net_pkt_rx_alloc_with_buffer(g_uap.netif, datalen, AF_INET, 0, K_NO_WAIT); in gen_pkt_from_data_for_zerocopy()
260 pkt = net_pkt_rx_alloc_with_buffer(g_mlan.netif, datalen, AF_INET, 0, K_NO_WAIT); in gen_pkt_from_data_for_zerocopy()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c2090 struct netif *netif = net_get_uap_interface(); in do_start() local
2108 wpa_supp_set_ap_bw(netif, 1); in do_start()
2152 wpa_supp_set_ap_bw(netif, 1); in do_start()
2197 wpa_supp_set_ap_bw(netif, 1); in do_start()
2199 wpa_supp_set_ap_bw(netif, bandwidth); in do_start()
2201 ret = wpa_supp_start_ap(netif, network, 0); in do_start()
2252 struct netif *netif = net_get_uap_interface(); in do_stop() local
2260 ret = wpa_supp_stop_ap(netif, network); in do_stop()
3766 struct netif *netif = net_get_sta_interface(); in wlcm_process_association_notify_event() local
3773 (void)wpa_supp_notify_assoc(netif); in wlcm_process_association_notify_event()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/net/zephyr/
Dwm_net.h47 struct netif struct
88 struct net_if *netif; member
393 struct netif *net_get_sta_interface(void);
401 struct netif *net_get_uap_interface(void);
413 int net_get_if_name_netif(char *pif_name, struct netif *iface);
655 const struct netif *net_if_get_binding(const char *ifname);
Dwm_net_decl.h30 struct netif struct
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi_nxp.h29 const struct netif *iface_ctx;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/
Dwifi_nxp.c177 struct netif *iface = NULL; in wifi_supp_init()
Drtos_wpa_supp_if.c706 const struct netif *iface = NULL; in wifi_nxp_wpa_supp_dev_init()
2870 const struct netif *iface = NULL; in wifi_nxp_hostapd_dev_init()