Searched refs:sta_control (Results 1 – 5 of 5) sorted by relevance
2167 u16 sta_control, reconf_type_mask; in hostapd_parse_link_reconf_req_sta_profile() local2197 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 …]
1425 u16 sta_control; in parse_ml_probe_req() local1445 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()
546 control = le_to_host16(sta_prof->sta_control); in wnm_parse_neighbor_report_multi_link()
2295 u16 control = le_to_host16(sta_prof->sta_control); in wpa_bss_parse_reconf_ml_element()
2954 le16 sta_control; member