Searched refs:nl80211hdr_put (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/wireless/ |
H A D | nl80211.h | 14 void *nl80211hdr_put(struct sk_buff *skb, u32 portid, u32 seq,
|
H A D | nl80211.c | 10549 hdr = nl80211hdr_put(msg, portid, seq, flags, in nl80211_send_survey() 11606 hdr = nl80211hdr_put(skb, portid, seq, 0, cmd); in __cfg80211_alloc_vendor_skb() 17753 hdr = nl80211hdr_put(msg, 0, 0, 0, cmd); in nl80211_prep_sched_scan_msg() 17899 hdr = nl80211hdr_put(msg, 0, 0, 0, cmd_id); in nl80211_common_reg_change_event() 17931 hdr = nl80211hdr_put(msg, 0, 0, 0, cmd); in nl80211_send_mlme_event() 18050 hdr = nl80211hdr_put(msg, 0, 0, 0, cmd); in nl80211_send_mlme_timeout() 18628 hdr = nl80211hdr_put(msg, 0, 0, 0, cmd); in nl80211_send_remain_on_chan_event() 18843 hdr = nl80211hdr_put(msg, 0, 0, 0, cmd); in __nl80211_unexpected_frame() 18977 hdr = nl80211hdr_put(msg, 0, 0, 0, command); in nl80211_frame_tx_status() 19418 hdr = nl80211hdr_put(msg, 0, 0, 0, notif); in nl80211_ch_switch_notify() [all …]
|
H A D | pmsr.c | 356 hdr = nl80211hdr_put(msg, 0, 0, 0, in cfg80211_pmsr_complete() 570 hdr = nl80211hdr_put(msg, 0, 0, 0, NL80211_CMD_PEER_MEASUREMENT_RESULT); in cfg80211_pmsr_report()
|