Searched refs:IEEE80211_ACTION_CAT_SELF_PROT (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/net80211/ |
| D | ieee80211_action.c | 102 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()
|
| D | ieee80211_mesh.c | 569 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 …]
|
| D | ieee80211.h | 391 #define IEEE80211_ACTION_CAT_SELF_PROT 15 /* Self-protected */ macro
|
| D | ieee80211_input.c | 884 case IEEE80211_ACTION_CAT_SELF_PROT: in ieee80211_parse_action()
|