Home
last modified time | relevance | path

Searched refs:wifi_inject_frame (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_11v.c144 (void)wifi_inject_frame(WLAN_BSS_TYPE_STA, (t_u8 *)pmgmt_pkt_hdr, pkt_len); in wlan_send_mgmt_wnm_btm_resp()
392 (void)wifi_inject_frame(WLAN_BSS_TYPE_STA, (t_u8 *)pmgmt_pkt_hdr, pkt_len); in wlan_send_mgmt_bss_trans_query()
Dmlan_11k.c696 (void)wifi_inject_frame(WLAN_BSS_TYPE_STA, (t_u8 *)pmgmt_pkt_hdr, pkt_len); in wlan_send_mgmt_rm_beacon_report()
794 (void)wifi_inject_frame(WLAN_BSS_TYPE_STA, (t_u8 *)pmgmt_pkt_hdr, pkt_len); in wlan_send_mgmt_link_measurement_report()
1078 (void)wifi_inject_frame(WLAN_BSS_TYPE_STA, (t_u8 *)pmgmt_pkt_hdr, pkt_len); in wlan_send_mgmt_rm_neighbor_request()
Dmlan_mbo.c163 (void)wifi_inject_frame(WLAN_BSS_TYPE_STA, (t_u8 *)pmgmt_pkt_hdr, pkt_len); in wlan_send_mgmt_wnm_notification()
Dwifi.c4649 int wifi_inject_frame(const enum wlan_bss_type bss_type, const uint8_t *buff, const size_t len) in wifi_inject_frame() function
5199 return wifi_inject_frame((enum wlan_bss_type)bss_type, buf, data_len); in wifi_nxp_send_mlme()
Dmlan_api.c5860 (void)wifi_inject_frame(WLAN_BSS_TYPE_STA, (t_u8 *)pmgmt_pkt_hdr, pkt_len); in wlan_send_mgmt_auth_request()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi.h1569 int wifi_inject_frame(const enum wlan_bss_type bss_type, const uint8_t *buff, const size_t len);