Searched refs:wifi_inject_frame (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_11v.c | 144 (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()
|
| D | mlan_11k.c | 696 (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()
|
| D | mlan_mbo.c | 163 (void)wifi_inject_frame(WLAN_BSS_TYPE_STA, (t_u8 *)pmgmt_pkt_hdr, pkt_len); in wlan_send_mgmt_wnm_notification()
|
| D | wifi.c | 4649 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()
|
| D | mlan_api.c | 5860 (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/ |
| D | wifi.h | 1569 int wifi_inject_frame(const enum wlan_bss_type bss_type, const uint8_t *buff, const size_t len);
|