Lines Matching refs:eid

37 				     struct sta_info *sta, u8 *eid)  in hostapd_eid_assoc_comeback_time()  argument
57 return hostapd_eid_timeout_interval(eid, type, timeout); in hostapd_eid_assoc_comeback_time()
483 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_ext_capab() argument
486 u8 *pos = eid; in hostapd_eid_ext_capab()
515 while (len > 0 && eid[1 + len] == 0) { in hostapd_eid_ext_capab()
517 eid[1] = len; in hostapd_eid_ext_capab()
520 return eid; in hostapd_eid_ext_capab()
522 return eid + 2 + len; in hostapd_eid_ext_capab()
526 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() argument
528 u8 *pos = eid; in hostapd_eid_qos_map_set()
532 return eid; in hostapd_eid_qos_map_set()
543 u8 * hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_interworking() argument
545 u8 *pos = eid; in hostapd_eid_interworking()
550 return eid; in hostapd_eid_interworking()
583 u8 * hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_adv_proto() argument
585 u8 *pos = eid; in hostapd_eid_adv_proto()
590 return eid; in hostapd_eid_adv_proto()
602 u8 * hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_roaming_consortium() argument
604 u8 *pos = eid; in hostapd_eid_roaming_consortium()
612 return eid; in hostapd_eid_roaming_consortium()
649 u8 * hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_time_adv() argument
652 return eid; in hostapd_eid_time_adv()
656 return eid; in hostapd_eid_time_adv()
659 return eid; in hostapd_eid_time_adv()
661 os_memcpy(eid, wpabuf_head(hapd->time_adv), in hostapd_eid_time_adv()
663 eid += wpabuf_len(hapd->time_adv); in hostapd_eid_time_adv()
665 return eid; in hostapd_eid_time_adv()
669 u8 * hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_time_zone() argument
674 return eid; in hostapd_eid_time_zone()
678 *eid++ = WLAN_EID_TIME_ZONE; in hostapd_eid_time_zone()
679 *eid++ = len; in hostapd_eid_time_zone()
680 os_memcpy(eid, hapd->conf->time_zone, len); in hostapd_eid_time_zone()
681 eid += len; in hostapd_eid_time_zone()
683 return eid; in hostapd_eid_time_zone()
740 u8 * hostapd_eid_bss_max_idle_period(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_bss_max_idle_period() argument
743 u8 *pos = eid; in hostapd_eid_bss_max_idle_period()
776 u8 * hostapd_eid_mbo_rssi_assoc_rej(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_mbo_rssi_assoc_rej() argument
788 return eid + mbo_add_ie(eid, len, mbo, 4); in hostapd_eid_mbo_rssi_assoc_rej()
792 u8 * hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_mbo() argument
795 u8 *pos = eid; in hostapd_eid_mbo()
799 return eid; in hostapd_eid_mbo()
879 u8 * hostapd_eid_owe_trans(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_owe_trans() argument
883 u8 *pos = eid; in hostapd_eid_owe_trans()
914 return eid; in hostapd_eid_owe_trans()
929 u8 * hostapd_eid_dpp_cc(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_dpp_cc() argument
931 u8 *pos = eid; in hostapd_eid_dpp_cc()
965 u8 * hostapd_eid_fils_indic(struct hostapd_data *hapd, u8 *eid, int hessid) in hostapd_eid_fils_indic() argument
967 u8 *pos = eid; in hostapd_eid_fils_indic()
1096 u8 * hostapd_eid_rsnxe(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_rsnxe() argument
1098 u8 *pos = eid; in hostapd_eid_rsnxe()
1104 return eid; in hostapd_eid_rsnxe()
1133 return eid; /* no supported extended RSN capabilities */ in hostapd_eid_rsnxe()
1142 return eid; /* no supported extended RSN capabilities */ in hostapd_eid_rsnxe()