Home
last modified time | relevance | path

Searched refs:WLAN_CATEGORY_PUBLIC (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/include/linux/
Dieee80211.h1930 WLAN_CATEGORY_PUBLIC = 4, enumerator
2399 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
2436 return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC; in ieee80211_is_public_action()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dutil.c345 case WLAN_CATEGORY_PUBLIC: in mwifiex_parse_mgmt_packet()
Dtdls.c716 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in mwifiex_construct_tdls_action_frame()
/linux-4.4.14/drivers/net/wireless/cw1200/
Dtxrx.c1036 (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC)) { in cw1200_rx_cb()
1047 (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC)) { in cw1200_rx_cb()
/linux-4.4.14/net/wireless/
Dmlme.c582 mgmt->u.action.category != WLAN_CATEGORY_PUBLIC) { in cfg80211_mlme_mgmt_tx()
/linux-4.4.14/net/mac80211/
Drx.c2632 if (!rx->sta && mgmt->u.action.category != WLAN_CATEGORY_PUBLIC && in ieee80211_rx_h_action()
2719 case WLAN_CATEGORY_PUBLIC: in ieee80211_rx_h_action()
Dtdls.c841 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in ieee80211_prep_tdls_direct()
Dcfg.c3342 mgmt->u.action.category == WLAN_CATEGORY_PUBLIC || in ieee80211_mgmt_tx()
Dmlme.c3650 } else if (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC) { in ieee80211_sta_rx_queued_mgmt()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c98 {WLAN_CATEGORY_PUBLIC, "ACTION_PUBLIC", on_action_public23a},