Home
last modified time | relevance | path

Searched refs:interface_stypes (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1286 bool now = upd->interface_stypes & presp_bit; in wilc_update_mgmt_frame_registrations()
1292 now = upd->interface_stypes & action_bit; in wilc_update_mgmt_frame_registrations()
1298 now = upd->interface_stypes & pauth_bit; in wilc_update_mgmt_frame_registrations()
1304 upd->interface_stypes & (presp_bit | action_bit | pauth_bit); in wilc_update_mgmt_frame_registrations()
H A Dnetdev.c634 mgmt_regs.interface_stypes = vif->mgmt_reg_stypes; in wilc_mac_open()
/linux/net/wireless/
H A Dtrace.h1848 __field(u16, interface_stypes)
1854 __entry->interface_stypes = upd->interface_stypes;
1858 __entry->global_stypes, __entry->interface_stypes)
H A Dmlme.c633 upd.interface_stypes |= mask; in cfg80211_mgmt_registrations_update()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3269 upd->interface_stypes & BIT(IEEE80211_STYPE_PROBE_REQ >> 4); in ath6kl_update_mgmt_frame_registrations()
/linux/include/net/
H A Dcfg80211.h4315 * @interface_stypes: bitmap of management frame subtypes registered
4322 u32 global_stypes, interface_stypes; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c287 u32 mask = upd->interface_stypes; in mwifiex_cfg80211_update_mgmt_frame_registrations()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c5526 vif->mgmt_rx_reg = upd->interface_stypes; in brcmf_cfg80211_update_mgmt_frame_registrations()