• Home
  • Raw
  • Download

Lines Matching full:ie

32  * Append a generic IE as a pass through TLV to a TLV buffer.
36 * If the IE buffer has been setup by the application, this routine appends
52 * If there is a generic ie buffer setup, append it to the return in mwifiex_cmd_append_generic_ie()
57 "info: %s: append generic ie len %d to %p\n", in mwifiex_cmd_append_generic_ie()
60 /* Wrap the generic IE buffer with a pass through TLV type */ in mwifiex_cmd_append_generic_ie()
70 /* Copy the generic IE buffer to the output buffer, advance in mwifiex_cmd_append_generic_ie()
79 /* Reset the generic IE buffer */ in mwifiex_cmd_append_generic_ie()
231 * This function appends a WPS IE. It is called from the network join command
234 * If the IE buffer has been setup by the application, this routine appends
247 * If there is a wps ie buffer setup, append it to the return in mwifiex_cmd_append_wps_ie()
252 "cmd: append wps ie %d to %p\n", in mwifiex_cmd_append_wps_ie()
255 /* Wrap the generic IE buffer with a pass through TLV type */ in mwifiex_cmd_append_wps_ie()
274 * This function appends a WAPI IE.
278 * If the IE buffer has been setup by the application, this routine appends
294 * If there is a wapi ie buffer setup, append it to the return in mwifiex_cmd_append_wapi_ie()
299 "cmd: append wapi ie %d to %p\n", in mwifiex_cmd_append_wapi_ie()
302 /* Wrap the generic IE buffer with a pass through TLV type */ in mwifiex_cmd_append_wapi_ie()
312 /* Copy the wapi IE buffer to the output buffer, advance in mwifiex_cmd_append_wapi_ie()
327 * This function appends rsn ie tlv for wpa/wpa2 security modes.
375 * - WPA/WPA2 IE
379 * - WAPI IE
380 * - Generic IE
525 /* Append vendor specific IE TLV */ in mwifiex_cmd_802_11_associate()
830 * - Vendor specific IE
831 * - WPA/WPA2 IE
832 * - HT Capabilities IE
833 * - HT Information IE
899 /* Parameter IE Id */ in mwifiex_cmd_802_11_ad_hoc_start()
901 /* Parameter IE length */ in mwifiex_cmd_802_11_ad_hoc_start()
937 /* IBSS parameter IE Id */ in mwifiex_cmd_802_11_ad_hoc_start()
939 /* IBSS parameter IE length */ in mwifiex_cmd_802_11_ad_hoc_start()
1032 /* Append vendor specific IE TLV */ in mwifiex_cmd_802_11_ad_hoc_start()
1111 * - Vendor specific IE
1112 * - WPA/WPA2 IE
1113 * - 11n IE
1246 /* Append vendor specific IE TLV */ in mwifiex_cmd_802_11_ad_hoc_join()