Lines Matching full:ie
185 * exist VHT_CAP IE in AP beacon in mwifiex_fill_new_bss_desc()
781 * IOCTL request handler to set/reset WPA IE.
783 * The supplied WPA IE is treated as a opaque buffer. Only the first field
785 * WPA IE is reset.
793 "failed to copy WPA IE, too big\n"); in mwifiex_set_wpa_ie()
799 "cmd: Set Wpa_ie_len=%d IE=%#x\n", in mwifiex_set_wpa_ie()
814 "info: reset wpa_ie_len=%d IE=%#x\n", in mwifiex_set_wpa_ie()
824 * IOCTL request handler to set/reset WAPI IE.
826 * The supplied WAPI IE is treated as a opaque buffer. Only the first field
828 * WAPI IE is reset.
836 "info: failed to copy WAPI IE, too big\n"); in mwifiex_set_wapi_ie()
842 "cmd: Set wapi_ie_len=%d IE=%#x\n", in mwifiex_set_wapi_ie()
851 "info: Reset wapi_ie_len=%d IE=%#x\n", in mwifiex_set_wapi_ie()
859 * IOCTL request handler to set/reset WPS IE.
861 * The supplied WPS IE is treated as a opaque buffer. Only the first field
863 * WPS IE is reset.
871 "info: failed to copy WPS IE, too big\n"); in mwifiex_set_wps_ie()
882 "cmd: Set wps_ie_len=%d IE=%#x\n", in mwifiex_set_wps_ie()
1320 * This function sets a generic IE. In addition to generic IE, it can
1347 /* IE is a WPA/WPA2 IE so call set_wpa function */ in mwifiex_set_gen_ie_helper()
1354 /* IE is a WAPI IE so call set_wapi function */ in mwifiex_set_gen_ie_helper()
1361 /* Test to see if it is a WPA IE, if not, then in mwifiex_set_gen_ie_helper()
1362 * it is a gen IE in mwifiex_set_gen_ie_helper()
1366 /* IE is a WPA/WPA2 IE so call set_wpa function in mwifiex_set_gen_ie_helper()
1376 /* Test to see if it is a WPS IE, in mwifiex_set_gen_ie_helper()
1388 /* Saved in gen_ie, such as P2P IE.etc.*/ in mwifiex_set_gen_ie_helper()
1420 * IOCTL request handler to set/get generic IE.
1455 mwifiex_dbg(adapter, ERROR, "invalid IE type\n"); in mwifiex_misc_ioctl_gen_ie()
1462 * Sends IOCTL request to set a generic IE.
1468 mwifiex_set_gen_ie(struct mwifiex_private *priv, const u8 *ie, int ie_len) in mwifiex_set_gen_ie() argument
1477 memcpy(gen_ie.ie_data, ie, ie_len); in mwifiex_set_gen_ie()