Searched refs:frame_buf (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | mlme.c | 2887 u8 *frame_buf) in ieee80211_set_disassoc() argument 2899 if (WARN_ON_ONCE(tx && !frame_buf)) in ieee80211_set_disassoc() 2941 if (tx || frame_buf) { in ieee80211_set_disassoc() 2955 reason, tx, frame_buf); in ieee80211_set_disassoc() 3360 u8 frame_buf[IEEE80211_DEAUTH_FRAME_LEN]; in ___ieee80211_disconnect() local 3397 tx, frame_buf); in ___ieee80211_disconnect() 3409 ieee80211_report_disconnect(sdata, frame_buf, sizeof(frame_buf), tx, in ___ieee80211_disconnect() 6380 u8 frame_buf[IEEE80211_DEAUTH_FRAME_LEN]; in ieee80211_sta_connection_lost() local 6383 tx, frame_buf); in ieee80211_sta_connection_lost() 6385 ieee80211_report_disconnect(sdata, frame_buf, sizeof(frame_buf), true, in ieee80211_sta_connection_lost() [all …]
|
H A D | ibss.c | 1271 u8 frame_buf[IEEE80211_DEAUTH_FRAME_LEN]; in ieee80211_ibss_sta_expire() local 1281 true, frame_buf); in ieee80211_ibss_sta_expire()
|
H A D | ieee80211_i.h | 2446 bool send_frame, u8 *frame_buf);
|
H A D | util.c | 1892 bool send_frame, u8 *frame_buf) in ieee80211_send_deauth_disassoc() argument 1896 struct ieee80211_mgmt *mgmt = (void *)frame_buf; in ieee80211_send_deauth_disassoc()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 108 const u8 *frame_buf; member 4870 parse->frame_buf = ptr; in ath12k_wmi_tlv_mgmt_rx_parse() 4896 frame = parse.frame_buf; in ath12k_pull_mgmt_rx_params_tlv()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 88 const u8 *frame_buf; member 5756 parse->frame_buf = ptr; in ath11k_wmi_tlv_mgmt_rx_parse() 5783 frame = parse.frame_buf; in ath11k_pull_mgmt_rx_params_tlv()
|