Home
last modified time | relevance | path

Searched refs:sta_control (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_eht.c2167 u16 sta_control, reconf_type_mask; in hostapd_parse_link_reconf_req_sta_profile() local
2197 sta_control = le_to_host16(per_sta_prof->sta_control); in hostapd_parse_link_reconf_req_sta_profile()
2200 link_id = sta_control & EHT_PER_STA_RECONF_CTRL_LINK_ID_MSK; in hostapd_parse_link_reconf_req_sta_profile()
2206 sta_control & EHT_PER_STA_RECONF_CTRL_OP_UPDATE_TYPE_MSK; in hostapd_parse_link_reconf_req_sta_profile()
2222 if (!(sta_control & EHT_PER_STA_RECONF_CTRL_MAC_ADDR)) { in hostapd_parse_link_reconf_req_sta_profile()
2230 if (sta_control & EHT_PER_STA_RECONF_CTRL_AP_REMOVAL_TIMER) { in hostapd_parse_link_reconf_req_sta_profile()
2236 if (sta_control & EHT_PER_STA_RECONF_CTRL_OP_PARAMS) { in hostapd_parse_link_reconf_req_sta_profile()
2241 if (!(sta_control & EHT_PER_STA_RECONF_CTRL_COMPLETE_PROFILE)) { in hostapd_parse_link_reconf_req_sta_profile()
2254 if (sta_control & EHT_PER_STA_RECONF_CTRL_NSTR_INDICATION) { in hostapd_parse_link_reconf_req_sta_profile()
2256 if (sta_control & in hostapd_parse_link_reconf_req_sta_profile()
[all …]
H A Dbeacon.c1425 u16 sta_control; in parse_ml_probe_req() local
1445 sta_control = le_to_host16(sta->sta_control); in parse_ml_probe_req()
1446 link_id = sta_control & BASIC_MLE_STA_CTRL_LINK_ID_MASK; in parse_ml_probe_req()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c546 control = le_to_host16(sta_prof->sta_control); in wnm_parse_neighbor_report_multi_link()
H A Dbss.c2295 u16 control = le_to_host16(sta_prof->sta_control); in wpa_bss_parse_reconf_ml_element()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2954 le16 sta_control; member