Lines Matching refs:eid
91 u8 * hostapd_eid_multi_ap(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_multi_ap() argument
96 return eid; in hostapd_eid_multi_ap()
102 return eid + add_multi_ap_ie(eid, 9, multi_ap_val); in hostapd_eid_multi_ap()
106 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_supp_rates() argument
108 u8 *pos = eid; in hostapd_eid_supp_rates()
113 return eid; in hostapd_eid_supp_rates()
162 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_supp_rates() argument
164 u8 *pos = eid; in hostapd_eid_ext_supp_rates()
169 return eid; in hostapd_eid_ext_supp_rates()
183 return eid; in hostapd_eid_ext_supp_rates()
221 u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_rm_enabled_capab() argument
232 return eid; in hostapd_eid_rm_enabled_capab()
234 *eid++ = WLAN_EID_RRM_ENABLED_CAPABILITIES; in hostapd_eid_rm_enabled_capab()
235 *eid++ = RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab()
236 os_memcpy(eid, hapd->conf->radio_measurements, RRM_CAPABILITIES_IE_LEN); in hostapd_eid_rm_enabled_capab()
238 return eid + RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab()
6532 report->eid == WLAN_EID_MEASURE_REQUEST && in handle_action_cb()
6772 u8 * hostapd_eid_txpower_envelope(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_txpower_envelope() argument
6784 return eid; in hostapd_eid_txpower_envelope()
6787 return eid; in hostapd_eid_txpower_envelope()
6794 return eid; in hostapd_eid_txpower_envelope()
6816 return eid; in hostapd_eid_txpower_envelope()
6868 *eid++ = WLAN_EID_TRANSMIT_POWER_ENVELOPE; in hostapd_eid_txpower_envelope()
6869 *eid++ = 2 + tx_pwr_count; in hostapd_eid_txpower_envelope()
6875 *eid++ = tx_pwr_count; in hostapd_eid_txpower_envelope()
6878 *eid++ = tx_pwr; in hostapd_eid_txpower_envelope()
6880 return eid; in hostapd_eid_txpower_envelope()
6884 u8 * hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wb_chsw_wrapper() argument
6892 return eid; in hostapd_eid_wb_chsw_wrapper()
6911 return eid; in hostapd_eid_wb_chsw_wrapper()
6919 return eid; in hostapd_eid_wb_chsw_wrapper()
6924 return eid; in hostapd_eid_wb_chsw_wrapper()
6926 *eid++ = WLAN_EID_VHT_CHANNEL_SWITCH_WRAPPER; in hostapd_eid_wb_chsw_wrapper()
6927 *eid++ = 5; /* Length of Channel Switch Wrapper */ in hostapd_eid_wb_chsw_wrapper()
6928 *eid++ = WLAN_EID_VHT_WIDE_BW_CHSWITCH; in hostapd_eid_wb_chsw_wrapper()
6929 *eid++ = 3; /* Length of Wide Bandwidth Channel Switch element */ in hostapd_eid_wb_chsw_wrapper()
6930 *eid++ = bw; /* New Channel Width */ in hostapd_eid_wb_chsw_wrapper()
6931 *eid++ = chan1; /* New Channel Center Frequency Segment 0 */ in hostapd_eid_wb_chsw_wrapper()
6932 *eid++ = chan2; /* New Channel Center Frequency Segment 1 */ in hostapd_eid_wb_chsw_wrapper()
6934 return eid; in hostapd_eid_wb_chsw_wrapper()