Searched refs:cntdwn_counter_offsets (Results 1 – 5 of 5) sorted by relevance
4822 bcn_offsets = beacon->cntdwn_counter_offsets; in ieee80211_set_beacon_cntdwn()4837 u16 *resp_offsets = resp->cntdwn_counter_offsets; in ieee80211_set_beacon_cntdwn()4949 if (!beacon->cntdwn_counter_offsets[0]) in ieee80211_beacon_cntdwn_is_complete()4952 if (WARN_ON_ONCE(beacon->cntdwn_counter_offsets[0] > beacon_data_len)) in ieee80211_beacon_cntdwn_is_complete()4955 if (beacon_data[beacon->cntdwn_counter_offsets[0]] == 1) in ieee80211_beacon_cntdwn_is_complete()5011 u16 csa_off = beacon->cntdwn_counter_offsets[i]; in ieee80211_beacon_get_finish()5059 if (beacon->cntdwn_counter_offsets[0]) { in ieee80211_beacon_get_ap()5083 offs->cntdwn_counter_offs[0] = beacon->cntdwn_counter_offsets[0]; in ieee80211_beacon_get_ap()5140 if (beacon->cntdwn_counter_offsets[0]) { in __ieee80211_beacon_get()5167 if (beacon->cntdwn_counter_offsets[0]) { in __ieee80211_beacon_get()
884 memcpy(new->cntdwn_counter_offsets, csa->counter_offsets_presp, in ieee80211_set_probe_resp()886 sizeof(new->cntdwn_counter_offsets[0])); in ieee80211_set_probe_resp()888 new->cntdwn_counter_offsets[0] = cca->counter_offset_presp; in ieee80211_set_probe_resp()1041 memcpy(new->cntdwn_counter_offsets, csa->counter_offsets_beacon, in ieee80211_assign_beacon()1043 sizeof(new->cntdwn_counter_offsets[0])); in ieee80211_assign_beacon()1046 new->cntdwn_counter_offsets[0] = cca->counter_offset_beacon; in ieee80211_assign_beacon()
258 u16 cntdwn_counter_offsets[IEEE80211_MAX_CNTDWN_COUNTERS_NUM]; member266 u16 cntdwn_counter_offsets[IEEE80211_MAX_CNTDWN_COUNTERS_NUM]; member
898 bcn->cntdwn_counter_offsets[0] = hdr_len + 6; in ieee80211_mesh_build_beacon()
148 presp->cntdwn_counter_offsets[0] = (pos - presp->head); in ieee80211_ibss_build_presp()
Completed in 34 milliseconds