/hostap-latest/src/ap/ |
D | wnm_ap.c | 169 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_resp() 226 mgmt->da, &mgmt->u.action.category, len); in ieee802_11_send_wnmsleep_resp() 405 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_bss_trans_mgmt_request() 421 len = pos - &mgmt->u.action.category; in ieee802_11_send_bss_trans_mgmt_request() 423 mgmt->da, &mgmt->u.action.category, len); in ieee802_11_send_bss_trans_mgmt_request() 857 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_disassoc_imminent() 924 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_ess_disassoc_imminent() 984 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_bss_tm_req() 1077 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_coloc_intf_req()
|
D | drv_callbacks.c | 1665 mgmt->u.action.category, *action, in hostapd_action_rx() 1674 if (mgmt->u.action.category == WLAN_ACTION_FT) { in hostapd_action_rx() 1679 if (mgmt->u.action.category == WLAN_ACTION_SA_QUERY) { in hostapd_action_rx() 1684 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in hostapd_action_rx() 1690 if (mgmt->u.action.category == WLAN_ACTION_FST && hapd->iface->fst) { in hostapd_action_rx() 1697 mgmt->u.action.category == WLAN_ACTION_PUBLIC && in hostapd_action_rx() 1714 if (mgmt->u.action.category == WLAN_ACTION_PUBLIC && plen >= 5 && in hostapd_action_rx()
|
D | ieee802_11.c | 5982 static int robust_action_frame(u8 category) in robust_action_frame() argument 5984 return category != WLAN_ACTION_PUBLIC && in robust_action_frame() 5985 category != WLAN_ACTION_HT; in robust_action_frame() 6007 mgmt->u.action.category, *action, in handle_action() 6012 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in handle_action() 6016 mgmt->u.action.category, MAC2STR(mgmt->sa)); in handle_action() 6022 robust_action_frame(mgmt->u.action.category)) { in handle_action() 6050 switch (mgmt->u.action.category) { in handle_action() 6113 mgmt->u.action.category, in handle_action() 6119 if (mgmt->u.action.category == WLAN_ACTION_PUBLIC && in handle_action() [all …]
|
D | wmm.c | 200 m->u.action.category = WLAN_ACTION_WMM; in wmm_send_action()
|
D | ieee802_11_shared.c | 132 mgmt->u.action.category = WLAN_ACTION_SA_QUERY; in ieee802_11_send_sa_query_req() 230 resp->u.action.category = WLAN_ACTION_SA_QUERY; in ieee802_11_send_sa_query_resp()
|
D | gas_serv.c | 1854 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in gas_serv_rx_public_action() 1855 mgmt->u.action.category != WLAN_ACTION_PROTECTED_DUAL) in gas_serv_rx_public_action() 1862 prot = mgmt->u.action.category == WLAN_ACTION_PROTECTED_DUAL; in gas_serv_rx_public_action()
|
/hostap-latest/wlantest/ |
D | rx_mgmt.c | 2983 switch (mgmt->u.action.category) { in rx_mgmt_action_no_bss() 3007 MAC2STR(mgmt->bssid), mgmt->u.action.category); in rx_mgmt_action() 3021 mgmt->u.action.category, valid); in rx_mgmt_action() 3043 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in rx_mgmt_action() 3050 switch (mgmt->u.action.category) { in rx_mgmt_action() 3157 if (mgmt->u.action.category == WLAN_ACTION_PUBLIC) in check_bip() 3420 static bool is_robust_action_category(u8 category) in is_robust_action_category() argument 3422 return category != WLAN_ACTION_PUBLIC && in is_robust_action_category() 3423 category != WLAN_ACTION_HT && in is_robust_action_category() 3424 category != WLAN_ACTION_UNPROTECTED_WNM && in is_robust_action_category() [all …]
|
D | inject.c | 75 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC) in is_robust_mgmt()
|
D | ctrl.c | 674 mgmt.u.action.category = WLAN_ACTION_SA_QUERY; in ctrl_inject_saqueryreq()
|
/hostap-latest/tests/hwsim/ |
D | test_dscp.py | 27 category = 126 30 req = struct.pack('>BLBB', category, oui_type, oui_subtype, 33 req = struct.pack('>BLBBB', category, oui_type, oui_subtype,
|
D | test_ap_ht.py | 617 (category, action, ie) = struct.unpack('BBB', payload[0:3]) 618 if category != 4: 661 (category, action, ie) = struct.unpack('BBB', payload[0:3]) 662 if category != 4:
|
D | test_gas.py | 655 (category, action) = struct.unpack('BB', payload[0:2]) 656 if category != ACTION_CATEG_PUBLIC or action not in GAS_ACTIONS: 663 (category, action, dialog_token) = struct.unpack('BBB', pos[0:3]) 664 if category != ACTION_CATEG_PUBLIC:
|
D | test_wnm.py | 580 (category, action) = struct.unpack('BB', payload[0:2]) 581 if category != ACTION_CATEG_WNM or action != WNM_ACT_BSS_TM_RESP:
|
D | test_p2p_messages.py | 160 (category, action) = struct.unpack('BB', pos[0:2]) 161 if category != ACTION_CATEG_PUBLIC:
|
/hostap-latest/wpa_supplicant/ |
D | events.c | 5384 u8 category; in wpas_event_rx_mgmt_action() local 5391 category = *payload++; in wpas_event_rx_mgmt_action() 5396 MAC2STR(mgmt->sa), category, (int) plen, freq); in wpas_event_rx_mgmt_action() 5399 if (category == WLAN_ACTION_WMM) { in wpas_event_rx_mgmt_action() 5406 if (category == WLAN_ACTION_FT) { in wpas_event_rx_mgmt_action() 5413 if (category == WLAN_ACTION_SA_QUERY) { in wpas_event_rx_mgmt_action() 5420 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in wpas_event_rx_mgmt_action() 5427 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action() 5428 mgmt->u.action.category == WLAN_ACTION_PROTECTED_DUAL) && in wpas_event_rx_mgmt_action() 5430 mgmt->u.action.category, in wpas_event_rx_mgmt_action() [all …]
|
D | p2p_supplicant.h | 202 u8 category, const u8 *data, size_t len, int freq); 278 u8 category, const u8 *data, size_t len, in wpas_p2p_rx_action() argument
|
D | wnm_sta.c | 168 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_req() 192 &mgmt->u.action.category, len, 0); in ieee802_11_send_wnmsleep_req() 1650 frame->u.action.category != WLAN_ACTION_WNM || in wnm_btm_resp_tx_status()
|
D | ap.c | 839 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC) in ap_public_action_rx() 842 mgmt->u.action.category, in ap_public_action_rx() 906 mgmt->u.action.category, in ap_vendor_action_rx()
|
D | mesh_mpm.c | 1170 if (mgmt->u.action.category != WLAN_ACTION_SELF_PROTECTED) in mesh_mpm_action_rx() 1279 &mgmt->u.action.category, in mesh_mpm_action_rx()
|
/hostap-latest/tests/fuzzing/p2p/ |
D | p2p.c | 132 mgmt->u.action.category, in test_send()
|
/hostap-latest/src/rsn_supp/ |
D | tdls.c | 80 u8 category; /* Category */ member 2960 tf->category != WLAN_ACTION_TDLS) { in wpa_supplicant_rx_tdls() 2963 tf->payloadtype, tf->category, tf->action); in wpa_supplicant_rx_tdls()
|
/hostap-latest/src/p2p/ |
D | p2p.h | 1599 const u8 *bssid, u8 category,
|
D | p2p.c | 1984 const u8 *bssid, u8 category, in p2p_rx_action() argument 1987 if (category == WLAN_ACTION_PUBLIC) { in p2p_rx_action() 1992 if (category != WLAN_ACTION_VENDOR_SPECIFIC) in p2p_rx_action()
|
/hostap-latest/hostapd/ |
D | README-WPS | 156 - Device category
|
/hostap-latest/src/fst/ |
D | fst_session.c | 1199 mgmt->u.action.category != WLAN_ACTION_FST) { in fst_session_on_action_rx()
|