Searched defs:assoc_info (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dwmm_ac.c857 struct wmm_ac_assoc_data *assoc_info = wpa_s->wmm_ac_assoc_info; local
862 if (!assoc_info) {
875 assoc_info->ac_params[ac].acm,
876 assoc_info->ac_params[ac].uapsd);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h3557 * assoc_info data in EVENT_ASSOC call.
3606 * wpa_event_data::assoc_info. EVENT_ASSOCINFO must be send just before
3608 * assoc_info data in the EVENT_ASSOC call if it has all the
4066 * struct assoc_info - Data for EVENT_ASSOC and EVENT_ASSOCINFO events
4073 struct assoc_info { struct in union:wpa_event_data
4205 } assoc_info; member in union:wpa_event_data
4781 event.assoc_info.reassoc = reassoc;
4782 event.assoc_info.req_ies = ie;
4783 event.assoc_info.req_ies_len = ielen;
4784 event.assoc_info
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h3557 * assoc_info data in EVENT_ASSOC call.
3606 * wpa_event_data::assoc_info. EVENT_ASSOCINFO must be send just before
3608 * assoc_info data in the EVENT_ASSOC call if it has all the
4066 * struct assoc_info - Data for EVENT_ASSOC and EVENT_ASSOCINFO events
4073 struct assoc_info { struct in union:wpa_event_data
4205 } assoc_info; member in union:wpa_event_data
4781 event.assoc_info.reassoc = reassoc;
4782 event.assoc_info.req_ies = ie;
4783 event.assoc_info.req_ies_len = ielen;
4784 event.assoc_info
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h3557 * assoc_info data in EVENT_ASSOC call.
3606 * wpa_event_data::assoc_info. EVENT_ASSOCINFO must be send just before
3608 * assoc_info data in the EVENT_ASSOC call if it has all the
4066 * struct assoc_info - Data for EVENT_ASSOC and EVENT_ASSOCINFO events
4073 struct assoc_info { struct in union:wpa_event_data
4205 } assoc_info; member in union:wpa_event_data
4781 event.assoc_info.reassoc = reassoc;
4782 event.assoc_info.req_ies = ie;
4783 event.assoc_info.req_ies_len = ielen;
4784 event.assoc_info
[all...]

Completed in 125 milliseconds