Searched refs:cfg80211_get_p2p_attr (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | p2p.c | 860 err = cfg80211_get_p2p_attr(ie, ie_len, in brcmf_p2p_find_listen_channel() 1246 err = cfg80211_get_p2p_attr(ie, le32_to_cpu(bi->ie_length), in brcmf_p2p_scan_finding_common_channel() 1250 err = cfg80211_get_p2p_attr(ie, le32_to_cpu(bi->ie_length), in brcmf_p2p_scan_finding_common_channel() 1676 if (cfg80211_get_p2p_attr(&act_frm->elts[0], ie_len, in brcmf_p2p_pub_af_tx()
|
/linux-6.1.9/net/wireless/ |
D | util.c | 1591 int cfg80211_get_p2p_attr(const u8 *ies, unsigned int len, in cfg80211_get_p2p_attr() function 1689 EXPORT_SYMBOL(cfg80211_get_p2p_attr);
|
/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/ |
D | hif.c | 438 ret = cfg80211_get_p2p_attr(ies->data, ies->len, in wilc_parse_join_bss_param()
|
/linux-6.1.9/include/net/ |
D | cfg80211.h | 8444 int cfg80211_get_p2p_attr(const u8 *ies, unsigned int len,
|
/linux-6.1.9/net/mac80211/ |
D | mlme.c | 2705 ret = cfg80211_get_p2p_attr( in ieee80211_link_set_associated() 5595 ret = cfg80211_get_p2p_attr(variable, in ieee80211_rx_mgmt_beacon()
|