Home | History | Annotate | Download | only in ap

Lines Matching refs:eid

23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts)
27 u8 *pos = eid;
30 return eid;
74 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid)
77 u8 *pos = eid;
167 u8 * hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid)
174 return eid;
193 return eid;
201 return eid;
206 return eid;
208 *eid++ = WLAN_EID_VHT_CHANNEL_SWITCH_WRAPPER;
209 *eid++ = 5; /* Length of Channel Switch Wrapper */
210 *eid++ = WLAN_EID_VHT_WIDE_BW_CHSWITCH;
211 *eid++ = 3; /* Length of Wide Bandwidth Channel Switch element */
212 *eid++ = bw; /* New Channel Width */
213 *eid++ = chan1; /* New Channel Center Frequency Segment 0 */
214 *eid++ = chan2; /* New Channel Center Frequency Segment 1 */
216 return eid;
220 u8 * hostapd_eid_txpower_envelope(struct hostapd_data *hapd, u8 *eid)
232 return eid;
235 return eid;
242 return eid;
264 return eid;
316 *eid++ = WLAN_EID_VHT_TRANSMIT_POWER_ENVELOPE;
317 *eid++ = 2 + tx_pwr_count;
323 *eid++ = tx_pwr_count;
326 *eid++ = tx_pwr;
328 return eid;
398 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid)
400 u8 *pos = eid;
403 return eid;