Lines Matching full:ie

173 	 * exist VHT_CAP IE in AP beacon  in mwifiex_fill_new_bss_desc()
769 * IOCTL request handler to set/reset WPA IE.
771 * The supplied WPA IE is treated as a opaque buffer. Only the first field
773 * WPA IE is reset.
781 "failed to copy WPA IE, too big\n"); in mwifiex_set_wpa_ie()
787 "cmd: Set Wpa_ie_len=%d IE=%#x\n", in mwifiex_set_wpa_ie()
802 "info: reset wpa_ie_len=%d IE=%#x\n", in mwifiex_set_wpa_ie()
812 * IOCTL request handler to set/reset WAPI IE.
814 * The supplied WAPI IE is treated as a opaque buffer. Only the first field
816 * WAPI IE is reset.
824 "info: failed to copy WAPI IE, too big\n"); in mwifiex_set_wapi_ie()
830 "cmd: Set wapi_ie_len=%d IE=%#x\n", in mwifiex_set_wapi_ie()
839 "info: Reset wapi_ie_len=%d IE=%#x\n", in mwifiex_set_wapi_ie()
847 * IOCTL request handler to set/reset WPS IE.
849 * The supplied WPS IE is treated as a opaque buffer. Only the first field
851 * WPS IE is reset.
859 "info: failed to copy WPS IE, too big\n"); in mwifiex_set_wps_ie()
870 "cmd: Set wps_ie_len=%d IE=%#x\n", in mwifiex_set_wps_ie()
1308 * This function sets a generic IE. In addition to generic IE, it can
1335 /* IE is a WPA/WPA2 IE so call set_wpa function */ in mwifiex_set_gen_ie_helper()
1342 /* IE is a WAPI IE so call set_wapi function */ in mwifiex_set_gen_ie_helper()
1349 /* Test to see if it is a WPA IE, if not, then in mwifiex_set_gen_ie_helper()
1350 * it is a gen IE in mwifiex_set_gen_ie_helper()
1354 /* IE is a WPA/WPA2 IE so call set_wpa function in mwifiex_set_gen_ie_helper()
1364 /* Test to see if it is a WPS IE, in mwifiex_set_gen_ie_helper()
1376 /* Saved in gen_ie, such as P2P IE.etc.*/ in mwifiex_set_gen_ie_helper()
1408 * IOCTL request handler to set/get generic IE.
1443 mwifiex_dbg(adapter, ERROR, "invalid IE type\n"); in mwifiex_misc_ioctl_gen_ie()
1450 * Sends IOCTL request to set a generic IE.
1456 mwifiex_set_gen_ie(struct mwifiex_private *priv, const u8 *ie, int ie_len) in mwifiex_set_gen_ie() argument
1465 memcpy(gen_ie.ie_data, ie, ie_len); in mwifiex_set_gen_ie()