Home
last modified time | relevance | path

Searched refs:IEEE80211_ACTION_CAT_SELF_PROT (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/net80211/
Dieee80211_action.c102 case IEEE80211_ACTION_CAT_SELF_PROT: in ieee80211_send_action_register()
146 case IEEE80211_ACTION_CAT_SELF_PROT: in ieee80211_send_action()
213 case IEEE80211_ACTION_CAT_SELF_PROT: in ieee80211_recv_action_register()
262 case IEEE80211_ACTION_CAT_SELF_PROT: in ieee80211_recv_action()
Dieee80211_mesh.c569 ieee80211_recv_action_register(IEEE80211_ACTION_CAT_SELF_PROT, in ieee80211_mesh_init()
572 ieee80211_recv_action_register(IEEE80211_ACTION_CAT_SELF_PROT, in ieee80211_mesh_init()
575 ieee80211_recv_action_register(IEEE80211_ACTION_CAT_SELF_PROT, in ieee80211_mesh_init()
583 ieee80211_send_action_register(IEEE80211_ACTION_CAT_SELF_PROT, in ieee80211_mesh_init()
586 ieee80211_send_action_register(IEEE80211_ACTION_CAT_SELF_PROT, in ieee80211_mesh_init()
589 ieee80211_send_action_register(IEEE80211_ACTION_CAT_SELF_PROT, in ieee80211_mesh_init()
629 IEEE80211_ACTION_CAT_SELF_PROT, in mesh_vdetach_peers()
1950 IEEE80211_ACTION_CAT_SELF_PROT, in mesh_recv_mgmt()
2219 IEEE80211_ACTION_CAT_SELF_PROT, in mesh_parse_meshpeering_action()
2262 IEEE80211_ACTION_CAT_SELF_PROT, in mesh_recv_action_meshpeering_open()
[all …]
Dieee80211.h391 #define IEEE80211_ACTION_CAT_SELF_PROT 15 /* Self-protected */ macro
Dieee80211_input.c884 case IEEE80211_ACTION_CAT_SELF_PROT: in ieee80211_parse_action()